#CD90E5

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

Shades of Wisteria #CD90E5

Tints of Wisteria #CD90E5

Color information

#CD90E5 (or 0xCD90E5) is unknown color: approx Wisteria. HEX triplet: CD, 90 and E5. RGB value is (205,144,229). Sum of RGB (Red+Green+Blue) = 205+144+229=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 144 (56.64% from 255 or 24.91% from 578); Blue value is 229 (89.84% from 255 or 39.62% from 578); Max value from RGB is 229 - color contains mainly: blue. Hex color #CD90E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD90E5 is #326F1A. Grayscale: #ABABAB. Windows color (decimal): -3305243 or 15044813. OLE color: 15044813.

HSL color Cylindrical-coordinate representation of color #CD90E5: hue angle of 283.06º degrees, saturation: 0.62, 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 #CD90E5 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB205144229-
CMYK0.100.3700.10
HSL283.06º62.04%73.14%-
HSV(B)283.06º37.12%89.8%-
XYZ49.2938.5878.98-
YUV171.93160.21151.59-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.47%
GREEN value IS 144 (56.64% from 255) = 24.91%
BLUE value IS 229 (89.84% from 255) = 39.62%
R=35.47%
G=24.91%
B=39.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2051442290.100.3700.10283.0662.0473.14
HexCD90E5A250A11b3e49
Octal315220345124501243376111
Binary1100110110010000111001011010100101010101000110111111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD90E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD90E5; }

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

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

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

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

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

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

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

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