Html Css Color HEX #CFA6CF Lilac

📋 copy color: '#CFA6CF'

red 207 ◦ green 166 ◦ blue 207

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

Shades of Lilac #CFA6CF

Tints of Lilac #CFA6CF

RGB

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

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

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

R = 35.69%
G = 28.62%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CFA6CF (or 0xCFA6CF) is known color: Lilac. HEX triplet: CF, A6 and CF. RGB value is (207,166,207). Sum of RGB (Red+Green+Blue) = 207+166+207=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 166 (65.23% from 255 or 28.62% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CFA6CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA6CF is #305930. Grayscale: #B6B6B6. Windows color (decimal): -3168561 or 13608655. OLE color: 13608655.

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

Color convert

RGB 207 166 207 -
CMYK 0 0.20 0 0.19
HSL 300º 0.3% 0.73% -
HSV(B) 300º 0.2% 0.81% -
XYZ 50.63 45.04 65.06 -
YUV 182.93 141.58 145.17 -
System Red Green Blue C M Y K H S L
Decimal 207 166 207 0 0.20 0 0.19 300 0.3 0.73
Hex CF A6 CF 0 14 0 13 12C 1E 49
Octal 317 246 317 0 24 0 23 454 36 111
Binary 11001111 10100110 11001111 0 10100 0 10011 100101100 11110 1001001

Color Harmonies of #CFA6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA6CF

Black with #CFA6CF

Text Example


Text Example

White with #CFA6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA6CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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