Html Css Color HEX #C58ABF Lilac

📋 copy color: '#C58ABF'

red 197 ◦ green 138 ◦ blue 191

#C58ABF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac #C58ABF

Tints of Lilac #C58ABF

RGB

 RED value IS 197 (77.34% from 255) = 37.45%

 GREEN value IS 138 (54.3% from 255) = 26.24%

 BLUE value IS 191 (75% from 255) = 36.31%

R = 37.45%
G = 26.24%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.23

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C58ABF (or 0xC58ABF) is known color: Lilac. HEX triplet: C5, 8A and BF. RGB value is (197,138,191). Sum of RGB (Red+Green+Blue) = 197+138+191=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 138 (54.30% from 255 or 26.24% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 197 - color contains mainly: red. Hex color #C58ABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58ABF is #3A7540. Grayscale: #A1A1A1. Windows color (decimal): -3831105 or 12552901. OLE color: 12552901.

HSL color Cylindrical-coordinate representation of color #C58ABF: hue angle of 306.1º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C58ABF is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 138 191 -
CMYK 0 0.30 0.03 0.23
HSL 306.1º 0.34% 0.66% -
HSV(B) 306.1º 0.3% 0.77% -
XYZ 41.52 33.81 53.63 -
YUV 161.68 144.55 153.19 -
System Red Green Blue C M Y K H S L
Decimal 197 138 191 0 0.30 0.03 0.23 306.1 0.34 0.66
Hex C5 8A BF 0 1E 3 17 132 22 42
Octal 305 212 277 0 36 3 27 462 42 102
Binary 11000101 10001010 10111111 0 11110 11 10111 100110010 100010 1000010

Color Harmonies of #C58ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58ABF

Black with #C58ABF

Text Example


Text Example

White with #C58ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58ABF; }

 p { color: rgb(197,138,191); }

 H1.HeaderClassName
 {
   color: #C58ABF;
 }
 .AnyTagClassName
 {
   color: #C58ABF;
 }
</style>

background-color css

<style>
 a { background-color: #C58ABF; }

 a { background-color: rgb(197,138,191); }

 div.DivClassName
 {
   background-color: #C58ABF;
 }
 .BgClassName
 {
   background-color: #C58ABF;
 }
</style>

border-color css

<style>
 span { border-color: #C58ABF; }

 span { border-color: rgb(197,138,191); }

 td.TdClassName
 {
   border-color: #C58ABF;
 }
 .TagClassName
 {
   border-color: #C58ABF;
 }
</style>