Html Css Color HEX #CFA9CF Lilac

📋 copy color: '#CFA9CF'

red 207 ◦ green 169 ◦ blue 207

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

Shades of Lilac #CFA9CF

Tints of Lilac #CFA9CF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 28.99%

 BLUE value IS 207 (81.25% from 255) = 35.51%

R = 35.51%
G = 28.99%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CFA9CF (or 0xCFA9CF) is known color: Lilac. HEX triplet: CF, A9 and CF. RGB value is (207,169,207). Sum of RGB (Red+Green+Blue) = 207+169+207=583 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.51% from 583); Green value is 169 (66.41% from 255 or 28.99% from 583); Blue value is 207 (81.25% from 255 or 35.51% from 583); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CFA9CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA9CF is #305630. Grayscale: #B8B8B8. Windows color (decimal): -3167793 or 13609423. OLE color: 13609423.

HSL color Cylindrical-coordinate representation of color #CFA9CF: hue angle of 300º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFA9CF is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 169 207 -
CMYK 0 0.18 0 0.19
HSL 300º 0.28% 0.74% -
HSV(B) 300º 0.18% 0.81% -
XYZ 51.18 46.15 65.24 -
YUV 184.69 140.59 143.91 -
System Red Green Blue C M Y K H S L
Decimal 207 169 207 0 0.18 0 0.19 300 0.28 0.74
Hex CF A9 CF 0 12 0 13 12C 1C 4A
Octal 317 251 317 0 22 0 23 454 34 112
Binary 11001111 10101001 11001111 0 10010 0 10011 100101100 11100 1001010

Color Harmonies of #CFA9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA9CF

Black with #CFA9CF

Text Example


Text Example

White with #CFA9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA9CF; }

 p { color: rgb(207,169,207); }

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

background-color css

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

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

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

border-color css

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

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

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