#CF93D1

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

Shades of Lilac #CF93D1

Tints of Lilac #CF93D1

Color information

#CF93D1 (or 0xCF93D1) is unknown color: approx Lilac. HEX triplet: CF, 93 and D1. RGB value is (207,147,209). Sum of RGB (Red+Green+Blue) = 207+147+209=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 147 (57.81% from 255 or 26.11% from 563); Blue value is 209 (82.03% from 255 or 37.12% from 563); Max value from RGB is 209 - color contains mainly: blue. Hex color #CF93D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF93D1 is #306C2E. Grayscale: #ABABAB. Windows color (decimal): -3173423 or 13734863. OLE color: 13734863.

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

Color convert

RGB207147209-
CMYK0.010.3000.18
HSL298.06º40.26%69.8%-
HSV(B)298.06º29.67%81.96%-
XYZ47.6738.7465.29-
YUV172.01148.88152.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.77%
GREEN value IS 147 (57.81% from 255) = 26.11%
BLUE value IS 209 (82.03% from 255) = 37.12%
R=36.77%
G=26.11%
B=37.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2071472090.010.3000.18298.0640.2669.8
HexCF93D111E01212a2846
Octal31722332113602245250106
Binary1100111110010011110100011111100100101001010101010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF93D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF93D1; }

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

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

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

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

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

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

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

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