Html Css Color HEX #CFA7CE Lilac

📋 copy color: '#CFA7CE'

red 207 ◦ green 167 ◦ blue 206

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

Shades of Lilac #CFA7CE

Tints of Lilac #CFA7CE

RGB

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

 GREEN value IS 167 (65.63% from 255) = 28.79%

 BLUE value IS 206 (80.86% from 255) = 35.52%

R = 35.69%
G = 28.79%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CFA7CE (or 0xCFA7CE) is known color: Lilac. HEX triplet: CF, A7 and CE. RGB value is (207,167,206). Sum of RGB (Red+Green+Blue) = 207+167+206=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 167 (65.62% from 255 or 28.79% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA7CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA7CE is #305831. Grayscale: #B7B7B7. Windows color (decimal): -3168306 or 13543375. OLE color: 13543375.

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

Color convert

RGB 207 167 206 -
CMYK 0 0.19 0.00 0.19
HSL 301.5º 0.29% 0.73% -
HSV(B) 301.5º 0.19% 0.81% -
XYZ 50.69 45.36 64.48 -
YUV 183.41 140.75 144.83 -
System Red Green Blue C M Y K H S L
Decimal 207 167 206 0 0.19 0.00 0.19 301.5 0.29 0.73
Hex CF A7 CE 0 13 0 13 12E 1D 49
Octal 317 247 316 0 23 0 23 456 35 111
Binary 11001111 10100111 11001110 0 10011 0 10011 100101110 11101 1001001

Color Harmonies of #CFA7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA7CE

Black with #CFA7CE

Text Example


Text Example

White with #CFA7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA7CE; }

 p { color: rgb(207,167,206); }

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

background-color css

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

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

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

border-color css

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

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

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