#CD90E9

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

Shades of Wisteria #CD90E9

Tints of Wisteria #CD90E9

Color information

#CD90E9 (or 0xCD90E9) is unknown color: approx Wisteria. HEX triplet: CD, 90 and E9. RGB value is (205,144,233). Sum of RGB (Red+Green+Blue) = 205+144+233=582 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.22% from 582); Green value is 144 (56.64% from 255 or 24.74% from 582); Blue value is 233 (91.41% from 255 or 40.03% from 582); Max value from RGB is 233 - color contains mainly: blue. Hex color #CD90E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD90E9 is #326F16. Grayscale: #ACACAC. Windows color (decimal): -3305239 or 15306957. OLE color: 15306957.

HSL color Cylindrical-coordinate representation of color #CD90E9: hue angle of 281.12º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CD90E9 is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB205144233-
CMYK0.120.3800.09
HSL281.12º66.92%73.92%-
HSV(B)281.12º38.2%91.37%-
XYZ49.8638.8181.95-
YUV172.38162.21151.26-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.22%
GREEN value IS 144 (56.64% from 255) = 24.74%
BLUE value IS 233 (91.41% from 255) = 40.03%
R=35.22%
G=24.74%
B=40.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2051442330.120.3800.09281.1266.9273.92
HexCD90E9C2609119434a
Octal3152203511446011431103112
Binary11001101100100001110100111001001100100110001100110000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD90E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD90E9; }

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

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

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

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

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

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

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

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