#CF91D1

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

Shades of Lilac #CF91D1

Tints of Lilac #CF91D1

Color information

#CF91D1 (or 0xCF91D1) is unknown color: approx Lilac. HEX triplet: CF, 91 and D1. RGB value is (207,145,209). Sum of RGB (Red+Green+Blue) = 207+145+209=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 145 (57.03% from 255 or 25.85% from 561); Blue value is 209 (82.03% from 255 or 37.25% from 561); Max value from RGB is 209 - color contains mainly: blue. Hex color #CF91D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF91D1 is #306E2E. Grayscale: #AAAAAA. Windows color (decimal): -3173935 or 13734351. OLE color: 13734351.

HSL color Cylindrical-coordinate representation of color #CF91D1: hue angle of 298.12º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CF91D1 is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB207145209-
CMYK0.010.3100.18
HSL298.12º41.03%69.41%-
HSV(B)298.12º30.62%81.96%-
XYZ47.3738.1265.18-
YUV170.83149.54153.8-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.90%
GREEN value IS 145 (57.03% from 255) = 25.85%
BLUE value IS 209 (82.03% from 255) = 37.25%
R=36.90%
G=25.85%
B=37.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2071452090.010.3100.18298.1241.0369.41
HexCF91D111F01212a2945
Octal31722132113702245251105
Binary1100111110010001110100011111110100101001010101010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF91D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF91D1; }

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

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

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

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

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

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

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

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