Html Css Color HEX #CFA5CC Lilac

📋 copy color: '#CFA5CC'

red 207 ◦ green 165 ◦ blue 204

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

Shades of Lilac #CFA5CC

Tints of Lilac #CFA5CC

RGB

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

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

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

R = 35.94%
G = 28.65%
B = 35.42%

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

#CFA5CC (or 0xCFA5CC) is known color: Lilac. HEX triplet: CF, A5 and CC. RGB value is (207,165,204). Sum of RGB (Red+Green+Blue) = 207+165+204=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 165 (64.84% from 255 or 28.65% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA5CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA5CC is #305A33. Grayscale: #B5B5B5. Windows color (decimal): -3168820 or 13411791. OLE color: 13411791.

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

Color convert

RGB 207 165 204 -
CMYK 0 0.20 0.01 0.19
HSL 304.29º 0.3% 0.73% -
HSV(B) 304.29º 0.2% 0.81% -
XYZ 50.09 44.54 63.08 -
YUV 182 140.41 145.83 -
System Red Green Blue C M Y K H S L
Decimal 207 165 204 0 0.20 0.01 0.19 304.29 0.3 0.73
Hex CF A5 CC 0 14 1 13 130 1E 49
Octal 317 245 314 0 24 1 23 460 36 111
Binary 11001111 10100101 11001100 0 10100 1 10011 100110000 11110 1001001

Color Harmonies of #CFA5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA5CC

Black with #CFA5CC

Text Example


Text Example

White with #CFA5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA5CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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