#CF95D0

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

Shades of Lilac #CF95D0

Tints of Lilac #CF95D0

Color information

#CF95D0 (or 0xCF95D0) is unknown color: approx Lilac. HEX triplet: CF, 95 and D0. RGB value is (207,149,208). Sum of RGB (Red+Green+Blue) = 207+149+208=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 149 (58.59% from 255 or 26.42% from 564); Blue value is 208 (81.64% from 255 or 36.88% from 564); Max value from RGB is 208 - color contains mainly: blue. Hex color #CF95D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF95D0 is #306A2F. Grayscale: #ACACAC. Windows color (decimal): -3172912 or 13669839. OLE color: 13669839.

HSL color Cylindrical-coordinate representation of color #CF95D0: hue angle of 298.98º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CF95D0 is Cyan = 0.00, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB207149208-
CMYK0.000.2800.18
HSL298.98º38.56%70%-
HSV(B)298.98º28.37%81.57%-
XYZ47.8639.3164.74-
YUV173.07147.72152.2-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.70%
GREEN value IS 149 (58.59% from 255) = 26.42%
BLUE value IS 208 (81.64% from 255) = 36.88%
R=36.70%
G=26.42%
B=36.88%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2071492080.000.2800.18298.9838.5670
HexCF95D001C01212b2746
Octal31722532003402245347106
Binary1100111110010101110100000111000100101001010111001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF95D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF95D0; }

 p { color: rgb(207,149,208); }

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

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

 a { background-color: rgb(207,149,208); }

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

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

 span { border-color: rgb(207,149,208); }

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