Html Css Color HEX #CFA0CE Lilac

📋 copy color: '#CFA0CE'

red 207 ◦ green 160 ◦ blue 206

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

Shades of Lilac #CFA0CE

Tints of Lilac #CFA0CE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 27.92%

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

R = 36.13%
G = 27.92%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CFA0CE (or 0xCFA0CE) is known color: Lilac. HEX triplet: CF, A0 and CE. RGB value is (207,160,206). Sum of RGB (Red+Green+Blue) = 207+160+206=573 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.13% from 573); Green value is 160 (62.89% from 255 or 27.92% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA0CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA0CE is #305F31. Grayscale: #B3B3B3. Windows color (decimal): -3170098 or 13541583. OLE color: 13541583.

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

Color convert

RGB 207 160 206 -
CMYK 0 0.23 0.00 0.19
HSL 301.28º 0.33% 0.72% -
HSV(B) 301.28º 0.23% 0.81% -
XYZ 49.44 42.86 64.06 -
YUV 179.3 143.07 147.76 -
System Red Green Blue C M Y K H S L
Decimal 207 160 206 0 0.23 0.00 0.19 301.28 0.33 0.72
Hex CF A0 CE 0 17 0 13 12D 21 48
Octal 317 240 316 0 27 0 23 455 41 110
Binary 11001111 10100000 11001110 0 10111 0 10011 100101101 100001 1001000

Color Harmonies of #CFA0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA0CE

Black with #CFA0CE

Text Example


Text Example

White with #CFA0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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