#CD90CE

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

Shades of Lilac #CD90CE

Tints of Lilac #CD90CE

Color information

#CD90CE (or 0xCD90CE) is unknown color: approx Lilac. HEX triplet: CD, 90 and CE. RGB value is (205,144,206). Sum of RGB (Red+Green+Blue) = 205+144+206=555 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.94% from 555); Green value is 144 (56.64% from 255 or 25.95% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD90CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD90CE is #326F31. Grayscale: #A9A9A9. Windows color (decimal): -3305266 or 13537485. OLE color: 13537485.

HSL color Cylindrical-coordinate representation of color #CD90CE: hue angle of 299.03º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CD90CE is Cyan = 0.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB205144206-
CMYK0.000.3000.19
HSL299.03º38.75%68.63%-
HSV(B)299.03º30.1%80.78%-
XYZ46.2937.3863.17-
YUV169.31148.71153.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.94%
GREEN value IS 144 (56.64% from 255) = 25.95%
BLUE value IS 206 (80.86% from 255) = 37.12%
R=36.94%
G=25.95%
B=37.12%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2051442060.000.3000.19299.0338.7568.63
HexCD90CE01E01312b2745
Octal31522031603602345347105
Binary1100110110010000110011100111100100111001010111001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD90CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD90CE; }

 p { color: rgb(205,144,206); }

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

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

 a { background-color: rgb(205,144,206); }

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

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

 span { border-color: rgb(205,144,206); }

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