#CD90E6

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

Shades of Wisteria #CD90E6

Tints of Wisteria #CD90E6

Color information

#CD90E6 (or 0xCD90E6) is unknown color: approx Wisteria. HEX triplet: CD, 90 and E6. RGB value is (205,144,230). Sum of RGB (Red+Green+Blue) = 205+144+230=579 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.41% from 579); Green value is 144 (56.64% from 255 or 24.87% from 579); Blue value is 230 (90.23% from 255 or 39.72% from 579); Max value from RGB is 230 - color contains mainly: blue. Hex color #CD90E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD90E6 is #326F19. Grayscale: #ABABAB. Windows color (decimal): -3305242 or 15110349. OLE color: 15110349.

HSL color Cylindrical-coordinate representation of color #CD90E6: hue angle of 282.56º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CD90E6 is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB205144230-
CMYK0.110.3700.10
HSL282.56º63.24%73.33%-
HSV(B)282.56º37.39%90.2%-
XYZ49.4338.6479.72-
YUV172.04160.71151.51-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.41%
GREEN value IS 144 (56.64% from 255) = 24.87%
BLUE value IS 230 (90.23% from 255) = 39.72%
R=35.41%
G=24.87%
B=39.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2051442300.110.3700.10282.5663.2473.33
HexCD90E6B250A11b3f49
Octal315220346134501243377111
Binary1100110110010000111001101011100101010101000110111111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD90E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD90E6; }

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

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

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

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

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

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

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

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