#CD90DC

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

Shades of Wisteria #CD90DC

Tints of Wisteria #CD90DC

Color information

#CD90DC (or 0xCD90DC) is unknown color: approx Wisteria. HEX triplet: CD, 90 and DC. RGB value is (205,144,220). Sum of RGB (Red+Green+Blue) = 205+144+220=569 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.03% from 569); Green value is 144 (56.64% from 255 or 25.31% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD90DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD90DC is #326F23. Grayscale: #AAAAAA. Windows color (decimal): -3305252 or 14454989. OLE color: 14454989.

HSL color Cylindrical-coordinate representation of color #CD90DC: hue angle of 288.16º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CD90DC is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB205144220-
CMYK0.070.3500.14
HSL288.16º52.05%71.37%-
HSV(B)288.16º34.55%86.27%-
XYZ48.0738.0972.53-
YUV170.9155.71152.32-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.03%
GREEN value IS 144 (56.64% from 255) = 25.31%
BLUE value IS 220 (86.33% from 255) = 38.66%
R=36.03%
G=25.31%
B=38.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2051442200.070.3500.14288.1652.0571.37
HexCD90DC7230E1203447
Octal31522033474301644064107
Binary110011011001000011011100111100011011101001000001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD90DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD90DC; }

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

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

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

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

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

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

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

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