#CF95D1

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

Shades of Lilac #CF95D1

Tints of Lilac #CF95D1

Color information

#CF95D1 (or 0xCF95D1) is unknown color: approx Lilac. HEX triplet: CF, 95 and D1. RGB value is (207,149,209). Sum of RGB (Red+Green+Blue) = 207+149+209=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 149 (58.59% from 255 or 26.37% from 565); Blue value is 209 (82.03% from 255 or 36.99% from 565); Max value from RGB is 209 - color contains mainly: blue. Hex color #CF95D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF95D1 is #306A2E. Grayscale: #ADADAD. Windows color (decimal): -3172911 or 13735375. OLE color: 13735375.

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

Color convert

RGB207149209-
CMYK0.010.2900.18
HSL298º39.47%70.2%-
HSV(B)298º28.71%81.96%-
XYZ47.9939.3665.39-
YUV173.18148.22152.12-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.64%
GREEN value IS 149 (58.59% from 255) = 26.37%
BLUE value IS 209 (82.03% from 255) = 36.99%
R=36.64%
G=26.37%
B=36.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2071492090.010.2900.1829839.4770.2
HexCF95D111D01212a2746
Octal31722532113502245247106
Binary1100111110010101110100011111010100101001010101001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF95D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF95D1; }

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

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

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

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

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

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

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

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