#CD90E4

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

Shades of Wisteria #CD90E4

Tints of Wisteria #CD90E4

Color information

#CD90E4 (or 0xCD90E4) is unknown color: approx Wisteria. HEX triplet: CD, 90 and E4. RGB value is (205,144,228). Sum of RGB (Red+Green+Blue) = 205+144+228=577 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.53% from 577); Green value is 144 (56.64% from 255 or 24.96% from 577); Blue value is 228 (89.45% from 255 or 39.51% from 577); Max value from RGB is 228 - color contains mainly: blue. Hex color #CD90E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD90E4 is #326F1B. Grayscale: #ABABAB. Windows color (decimal): -3305244 or 14979277. OLE color: 14979277.

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

Color convert

RGB205144228-
CMYK0.100.3700.11
HSL283.57º60.87%72.94%-
HSV(B)283.57º36.84%89.41%-
XYZ49.1538.5378.24-
YUV171.81159.71151.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.53%
GREEN value IS 144 (56.64% from 255) = 24.96%
BLUE value IS 228 (89.45% from 255) = 39.51%
R=35.53%
G=24.96%
B=39.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2051442280.100.3700.11283.5760.8772.94
HexCD90E4A250B11c3d49
Octal315220344124501343475111
Binary1100110110010000111001001010100101010111000111001111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD90E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD90E4; }

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

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

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

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

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

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

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

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