#CD90CD

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

Shades of Lilac #CD90CD

Tints of Lilac #CD90CD

Color information

#CD90CD (or 0xCD90CD) is unknown color: approx Lilac. HEX triplet: CD, 90 and CD. RGB value is (205,144,205). Sum of RGB (Red+Green+Blue) = 205+144+205=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 144 (56.64% from 255 or 25.99% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CD90CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD90CD is #326F32. Grayscale: #A9A9A9. Windows color (decimal): -3305267 or 13471949. OLE color: 13471949.

HSL color Cylindrical-coordinate representation of color #CD90CD: hue angle of 300º 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 #CD90CD is Cyan = 0, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB205144205-
CMYK00.3000.20
HSL300º37.89%68.43%-
HSV(B)300º29.76%80.39%-
XYZ46.1737.3362.53-
YUV169.19148.21153.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.00%
GREEN value IS 144 (56.64% from 255) = 25.99%
BLUE value IS 205 (80.47% from 255) = 37.00%
R=37.00%
G=25.99%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514420500.3000.2030037.8968.43
HexCD90CD01E01412c2644
Octal31522031503602445446104
Binary1100110110010000110011010111100101001001011001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD90CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD90CD; }

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

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

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

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

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

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

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

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