Html Css Color HEX #CFA5CE Lilac

📋 copy color: '#CFA5CE'

red 207 ◦ green 165 ◦ blue 206

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

Shades of Lilac #CFA5CE

Tints of Lilac #CFA5CE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.55%

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

R = 35.81%
G = 28.55%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CFA5CE (or 0xCFA5CE) is known color: Lilac. HEX triplet: CF, A5 and CE. RGB value is (207,165,206). Sum of RGB (Red+Green+Blue) = 207+165+206=578 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.81% from 578); Green value is 165 (64.84% from 255 or 28.55% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA5CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA5CE is #305A31. Grayscale: #B6B6B6. Windows color (decimal): -3168818 or 13542863. OLE color: 13542863.

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

Color convert

RGB 207 165 206 -
CMYK 0 0.20 0.00 0.19
HSL 301.43º 0.3% 0.73% -
HSV(B) 301.43º 0.2% 0.81% -
XYZ 50.33 44.63 64.35 -
YUV 182.23 141.41 145.67 -
System Red Green Blue C M Y K H S L
Decimal 207 165 206 0 0.20 0.00 0.19 301.43 0.3 0.73
Hex CF A5 CE 0 14 0 13 12D 1E 49
Octal 317 245 316 0 24 0 23 455 36 111
Binary 11001111 10100101 11001110 0 10100 0 10011 100101101 11110 1001001

Color Harmonies of #CFA5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA5CE

Black with #CFA5CE

Text Example


Text Example

White with #CFA5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA5CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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