#CF93CD

Color #CF93CD Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #CF93CD

Tints of Lilac #CF93CD

Color information

#CF93CD (or 0xCF93CD) is unknown color: approx Lilac. HEX triplet: CF, 93 and CD. RGB value is (207,147,205). Sum of RGB (Red+Green+Blue) = 207+147+205=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 147 (57.81% from 255 or 26.30% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 207 - color contains mainly: red. Hex color #CF93CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF93CD is #306C32. Grayscale: #ABABAB. Windows color (decimal): -3173427 or 13472719. OLE color: 13472719.

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

Color convert

RGB207147205-
CMYK00.290.010.19
HSL302º38.46%69.41%-
HSV(B)302º28.99%81.18%-
XYZ47.1938.5462.71-
YUV171.55146.88153.28-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.03%
GREEN value IS 147 (57.81% from 255) = 26.30%
BLUE value IS 205 (80.47% from 255) = 36.67%
R=37.03%
G=26.30%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714720500.290.010.1930238.4669.41
HexCF93CD01D11312e2645
Octal31722331503512345646105
Binary1100111110010011110011010111011100111001011101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF93CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF93CD; }

 p { color: rgb(207,147,205); }

 H1.HeaderClassName
 {
   color: #CF93CD;
 }
 .AnyTagClassName
 {
   color: #CF93CD;
 }
</style>
background-color css

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

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

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

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

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

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