Html Css Color HEX #CFA2C8 Lilac

📋 copy color: '#CFA2C8'

red 207 ◦ green 162 ◦ blue 200

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

Shades of Lilac #CFA2C8

Tints of Lilac #CFA2C8

RGB

 RED value IS 207 (81.25% from 255) = 36.38%

 GREEN value IS 162 (63.67% from 255) = 28.47%

 BLUE value IS 200 (78.52% from 255) = 35.15%

R = 36.38%
G = 28.47%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CFA2C8 (or 0xCFA2C8) is known color: Lilac. HEX triplet: CF, A2 and C8. RGB value is (207,162,200). Sum of RGB (Red+Green+Blue) = 207+162+200=569 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.38% from 569); Green value is 162 (63.67% from 255 or 28.47% from 569); Blue value is 200 (78.52% from 255 or 35.15% from 569); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA2C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA2C8 is #305D37. Grayscale: #B3B3B3. Windows color (decimal): -3169592 or 13148879. OLE color: 13148879.

HSL color Cylindrical-coordinate representation of color #CFA2C8: hue angle of 309.33º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFA2C8 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 162 200 -
CMYK 0 0.22 0.03 0.19
HSL 309.33º 0.32% 0.72% -
HSV(B) 309.33º 0.22% 0.81% -
XYZ 49.08 43.28 60.41 -
YUV 179.79 139.41 147.41 -
System Red Green Blue C M Y K H S L
Decimal 207 162 200 0 0.22 0.03 0.19 309.33 0.32 0.72
Hex CF A2 C8 0 16 3 13 135 20 48
Octal 317 242 310 0 26 3 23 465 40 110
Binary 11001111 10100010 11001000 0 10110 11 10011 100110101 100000 1001000

Color Harmonies of #CFA2C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA2C8

Black with #CFA2C8

Text Example


Text Example

White with #CFA2C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA2C8; }

 p { color: rgb(207,162,200); }

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

background-color css

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

 a { background-color: rgb(207,162,200); }

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

border-color css

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

 span { border-color: rgb(207,162,200); }

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