#CF91C4

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

Shades of Lilac #CF91C4

Tints of Lilac #CF91C4

Color information

#CF91C4 (or 0xCF91C4) is unknown color: approx Lilac. HEX triplet: CF, 91 and C4. RGB value is (207,145,196). Sum of RGB (Red+Green+Blue) = 207+145+196=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 145 (57.03% from 255 or 26.46% from 548); Blue value is 196 (76.95% from 255 or 35.77% from 548); Max value from RGB is 207 - color contains mainly: red. Hex color #CF91C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF91C4 is #306E3B. Grayscale: #A9A9A9. Windows color (decimal): -3173948 or 12882383. OLE color: 12882383.

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

Color convert

RGB207145196-
CMYK00.300.050.19
HSL310.65º39.24%69.02%-
HSV(B)310.65º29.95%81.18%-
XYZ45.8237.557.05-
YUV169.35143.04154.85-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.77%
GREEN value IS 145 (57.03% from 255) = 26.46%
BLUE value IS 196 (76.95% from 255) = 35.77%
R=37.77%
G=26.46%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714519600.300.050.19310.6539.2469.02
HexCF91C401E5131372745
Octal31722130403652346747105
Binary110011111001000111000100011110101100111001101111001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF91C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF91C4; }

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

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

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

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

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

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

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

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