#CD93CF

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

Shades of Lilac #CD93CF

Tints of Lilac #CD93CF

Color information

#CD93CF (or 0xCD93CF) is unknown color: approx Lilac. HEX triplet: CD, 93 and CF. RGB value is (205,147,207). Sum of RGB (Red+Green+Blue) = 205+147+207=559 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.67% from 559); Green value is 147 (57.81% from 255 or 26.30% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 207 - color contains mainly: blue. Hex color #CD93CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD93CF is #326C30. Grayscale: #ABABAB. Windows color (decimal): -3304497 or 13603789. OLE color: 13603789.

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

Color convert

RGB205147207-
CMYK0.010.2900.19
HSL298º38.46%69.41%-
HSV(B)298º28.99%81.18%-
XYZ46.8738.3563.96-
YUV171.18148.22152.12-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.67%
GREEN value IS 147 (57.81% from 255) = 26.30%
BLUE value IS 207 (81.25% from 255) = 37.03%
R=36.67%
G=26.30%
B=37.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2051472070.010.2900.1929838.4669.41
HexCD93CF11D01312a2645
Octal31522331713502345246105
Binary1100110110010011110011111111010100111001010101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD93CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD93CF; }

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

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

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

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

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

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

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

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