#cf94c2

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

Shades of Lilac #CF94C2

Tints of Lilac #CF94C2

Color information

#CF94C2 (or 0xCF94C2) is unknown color: approx Lilac. HEX triplet: CF, 94 and C2. RGB value is (207,148,194). Sum of RGB (Red+Green+Blue) = 207+148+194=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 148 (58.20% from 255 or 26.96% from 549); Blue value is 194 (76.17% from 255 or 35.34% from 549); Max value from RGB is 207 - color contains mainly: red. Hex color #CF94C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF94C2 is #306B3D. Grayscale: #AAAAAA. Windows color (decimal): -3173182 or 12752079. OLE color: 12752079.

HSL color Cylindrical-coordinate representation of color #CF94C2: hue angle of 313.22º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CF94C2 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB207148194-
CMYK00.290.060.19
HSL313.22º38.06%69.61%-
HSV(B)313.22º28.5%81.18%-
XYZ46.0638.3456.01-
YUV170.88141.05153.76-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.70%
GREEN value IS 148 (58.20% from 255) = 26.96%
BLUE value IS 194 (76.17% from 255) = 35.34%
R=37.70%
G=26.96%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714819400.290.060.19313.2238.0669.61
HexCF94C201D6131392646
Octal31722430203562347146106
Binary110011111001010011000010011101110100111001110011001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf94c2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf94c2; }

 p { color: rgb(207,148,194); }

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

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

 a { background-color: rgb(207,148,194); }

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

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

 span { border-color: rgb(207,148,194); }

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