Html Css Color HEX #CFA6CC Lilac

📋 copy color: '#CFA6CC'

red 207 ◦ green 166 ◦ blue 204

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

Shades of Lilac #CFA6CC

Tints of Lilac #CFA6CC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.77%

 BLUE value IS 204 (80.08% from 255) = 35.36%

R = 35.88%
G = 28.77%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CFA6CC (or 0xCFA6CC) is known color: Lilac. HEX triplet: CF, A6 and CC. RGB value is (207,166,204). Sum of RGB (Red+Green+Blue) = 207+166+204=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 166 (65.23% from 255 or 28.77% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA6CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA6CC is #305933. Grayscale: #B6B6B6. Windows color (decimal): -3168564 or 13412047. OLE color: 13412047.

HSL color Cylindrical-coordinate representation of color #CFA6CC: hue angle of 304.39º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFA6CC is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 166 204 -
CMYK 0 0.20 0.01 0.19
HSL 304.39º 0.3% 0.73% -
HSV(B) 304.39º 0.2% 0.81% -
XYZ 50.27 44.9 63.14 -
YUV 182.59 140.08 145.41 -
System Red Green Blue C M Y K H S L
Decimal 207 166 204 0 0.20 0.01 0.19 304.39 0.3 0.73
Hex CF A6 CC 0 14 1 13 130 1E 49
Octal 317 246 314 0 24 1 23 460 36 111
Binary 11001111 10100110 11001100 0 10100 1 10011 100110000 11110 1001001

Color Harmonies of #CFA6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA6CC

Black with #CFA6CC

Text Example


Text Example

White with #CFA6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA6CC; }

 p { color: rgb(207,166,204); }

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

background-color css

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

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

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

border-color css

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

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

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