#CD90CB

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

Shades of Lilac #CD90CB

Tints of Lilac #CD90CB

Color information

#CD90CB (or 0xCD90CB) is unknown color: approx Lilac. HEX triplet: CD, 90 and CB. RGB value is (205,144,203). Sum of RGB (Red+Green+Blue) = 205+144+203=552 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.14% from 552); Green value is 144 (56.64% from 255 or 26.09% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 205 - color contains mainly: red. Hex color #CD90CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD90CB is #326F34. Grayscale: #A8A8A8. Windows color (decimal): -3305269 or 13340877. OLE color: 13340877.

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

Color convert

RGB205144203-
CMYK00.300.010.20
HSL301.97º37.89%68.43%-
HSV(B)301.97º29.76%80.39%-
XYZ45.9337.2461.27-
YUV168.96147.21153.7-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.14%
GREEN value IS 144 (56.64% from 255) = 26.09%
BLUE value IS 203 (79.69% from 255) = 36.78%
R=37.14%
G=26.09%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514420300.300.010.20301.9737.8968.43
HexCD90CB01E11412e2644
Octal31522031303612445646104
Binary1100110110010000110010110111101101001001011101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD90CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD90CB; }

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

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

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

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

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

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

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

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