#CD90DE

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

Shades of Wisteria #CD90DE

Tints of Wisteria #CD90DE

Color information

#CD90DE (or 0xCD90DE) is unknown color: approx Wisteria. HEX triplet: CD, 90 and DE. RGB value is (205,144,222). Sum of RGB (Red+Green+Blue) = 205+144+222=571 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.90% from 571); Green value is 144 (56.64% from 255 or 25.22% from 571); Blue value is 222 (87.11% from 255 or 38.88% from 571); Max value from RGB is 222 - color contains mainly: blue. Hex color #CD90DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD90DE is #326F21. Grayscale: #AAAAAA. Windows color (decimal): -3305250 or 14586061. OLE color: 14586061.

HSL color Cylindrical-coordinate representation of color #CD90DE: hue angle of 286.92º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CD90DE is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205144222-
CMYK0.080.3500.13
HSL286.92º54.17%71.76%-
HSV(B)286.92º35.14%87.06%-
XYZ48.3338.273.93-
YUV171.13156.71152.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.90%
GREEN value IS 144 (56.64% from 255) = 25.22%
BLUE value IS 222 (87.11% from 255) = 38.88%
R=35.90%
G=25.22%
B=38.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051442220.080.3500.13286.9254.1771.76
HexCD90DE8230D11f3648
Octal315220336104301543766110
Binary1100110110010000110111101000100011011011000111111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD90DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD90DE; }

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

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

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

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

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

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

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

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