#CF91C1

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

Shades of Lilac #CF91C1

Tints of Lilac #CF91C1

Color information

#CF91C1 (or 0xCF91C1) is unknown color: approx Lilac. HEX triplet: CF, 91 and C1. RGB value is (207,145,193). Sum of RGB (Red+Green+Blue) = 207+145+193=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 145 (57.03% from 255 or 26.61% from 545); Blue value is 193 (75.78% from 255 or 35.41% from 545); Max value from RGB is 207 - color contains mainly: red. Hex color #CF91C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF91C1 is #306E3E. Grayscale: #A8A8A8. Windows color (decimal): -3173951 or 12685775. OLE color: 12685775.

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

Color convert

RGB207145193-
CMYK00.300.070.19
HSL313.55º39.24%69.02%-
HSV(B)313.55º29.95%81.18%-
XYZ45.4837.3755.27-
YUV169.01141.54155.1-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.98%
GREEN value IS 145 (57.03% from 255) = 26.61%
BLUE value IS 193 (75.78% from 255) = 35.41%
R=37.98%
G=26.61%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714519300.300.070.19313.5539.2469.02
HexCF91C101E71313a2745
Octal31722130103672347247105
Binary110011111001000111000001011110111100111001110101001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF91C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF91C1; }

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

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

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

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

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

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

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

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