#CF91CE

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

Shades of Lilac #CF91CE

Tints of Lilac #CF91CE

Color information

#CF91CE (or 0xCF91CE) is unknown color: approx Lilac. HEX triplet: CF, 91 and CE. RGB value is (207,145,206). Sum of RGB (Red+Green+Blue) = 207+145+206=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 145 (57.03% from 255 or 25.99% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 207 - color contains mainly: red. Hex color #CF91CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF91CE is #306E31. Grayscale: #AAAAAA. Windows color (decimal): -3173938 or 13537743. OLE color: 13537743.

HSL color Cylindrical-coordinate representation of color #CF91CE: hue angle of 300.97º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CF91CE is Cyan = 0, Magento = 0.30, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB207145206-
CMYK00.300.000.19
HSL300.97º39.24%69.02%-
HSV(B)300.97º29.95%81.18%-
XYZ4737.9763.24-
YUV170.49148.04154.04-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.10%
GREEN value IS 145 (57.03% from 255) = 25.99%
BLUE value IS 206 (80.86% from 255) = 36.92%
R=37.10%
G=25.99%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714520600.300.000.19300.9739.2469.02
HexCF91CE01E01312d2745
Octal31722131603602345547105
Binary1100111110010001110011100111100100111001011011001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF91CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF91CE; }

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

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

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

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

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

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

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

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