#cd90cc

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

Shades of Lilac #CD90CC

Tints of Lilac #CD90CC

Color information

#CD90CC (or 0xCD90CC) is unknown color: approx Lilac. HEX triplet: CD, 90 and CC. RGB value is (205,144,204). Sum of RGB (Red+Green+Blue) = 205+144+204=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 144 (56.64% from 255 or 26.04% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 205 - color contains mainly: red. Hex color #CD90CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD90CC is #326F33. Grayscale: #A8A8A8. Windows color (decimal): -3305268 or 13406413. OLE color: 13406413.

HSL color Cylindrical-coordinate representation of color #CD90CC: hue angle of 300.98º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CD90CC is Cyan = 0, Magento = 0.30, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB205144204-
CMYK00.300.000.20
HSL300.98º37.89%68.43%-
HSV(B)300.98º29.76%80.39%-
XYZ46.0537.2961.9-
YUV169.08147.71153.62-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.07%
GREEN value IS 144 (56.64% from 255) = 26.04%
BLUE value IS 204 (80.08% from 255) = 36.89%
R=37.07%
G=26.04%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514420400.300.000.20300.9837.8968.43
HexCD90CC01E01412d2644
Octal31522031403602445546104
Binary1100110110010000110011000111100101001001011011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd90cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd90cc; }

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

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

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

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

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

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

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

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