#CF93C9

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

Shades of Lilac #CF93C9

Tints of Lilac #CF93C9

Color information

#CF93C9 (or 0xCF93C9) is unknown color: approx Lilac. HEX triplet: CF, 93 and C9. RGB value is (207,147,201). Sum of RGB (Red+Green+Blue) = 207+147+201=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 147 (57.81% from 255 or 26.49% from 555); Blue value is 201 (78.91% from 255 or 36.22% from 555); Max value from RGB is 207 - color contains mainly: red. Hex color #CF93C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF93C9 is #306C36. Grayscale: #AAAAAA. Windows color (decimal): -3173431 or 13210575. OLE color: 13210575.

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

Color convert

RGB207147201-
CMYK00.290.030.19
HSL306º38.46%69.41%-
HSV(B)306º28.99%81.18%-
XYZ46.7138.3560.2-
YUV171.1144.88153.61-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.30%
GREEN value IS 147 (57.81% from 255) = 26.49%
BLUE value IS 201 (78.91% from 255) = 36.22%
R=37.30%
G=26.49%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714720100.290.030.1930638.4669.41
HexCF93C901D3131322645
Octal31722331103532346246105
Binary11001111100100111100100101110111100111001100101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF93C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF93C9; }

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

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

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

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

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

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

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

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