Html Css Color HEX #CFA2C9 Lilac

📋 copy color: '#CFA2C9'

red 207 ◦ green 162 ◦ blue 201

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

Shades of Lilac #CFA2C9

Tints of Lilac #CFA2C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 35.26%

R = 36.32%
G = 28.42%
B = 35.26%

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

#CFA2C9 (or 0xCFA2C9) is known color: Lilac. HEX triplet: CF, A2 and C9. RGB value is (207,162,201). Sum of RGB (Red+Green+Blue) = 207+162+201=570 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.32% from 570); Green value is 162 (63.67% from 255 or 28.42% from 570); Blue value is 201 (78.91% from 255 or 35.26% from 570); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA2C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA2C9 is #305D36. Grayscale: #B3B3B3. Windows color (decimal): -3169591 or 13214415. OLE color: 13214415.

HSL color Cylindrical-coordinate representation of color #CFA2C9: hue angle of 308º 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 #CFA2C9 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 162 201 -
CMYK 0 0.22 0.03 0.19
HSL 308º 0.32% 0.72% -
HSV(B) 308º 0.22% 0.81% -
XYZ 49.2 43.32 61.03 -
YUV 179.9 139.91 147.33 -
System Red Green Blue C M Y K H S L
Decimal 207 162 201 0 0.22 0.03 0.19 308 0.32 0.72
Hex CF A2 C9 0 16 3 13 134 20 48
Octal 317 242 311 0 26 3 23 464 40 110
Binary 11001111 10100010 11001001 0 10110 11 10011 100110100 100000 1001000

Color Harmonies of #CFA2C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA2C9

Black with #CFA2C9

Text Example


Text Example

White with #CFA2C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA2C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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