#CC90E5

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

Shades of Wisteria #CC90E5

Tints of Wisteria #CC90E5

Color information

#CC90E5 (or 0xCC90E5) is unknown color: approx Wisteria. HEX triplet: CC, 90 and E5. RGB value is (204,144,229). Sum of RGB (Red+Green+Blue) = 204+144+229=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 144 (56.64% from 255 or 24.96% from 577); Blue value is 229 (89.84% from 255 or 39.69% from 577); Max value from RGB is 229 - color contains mainly: blue. Hex color #CC90E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC90E5 is #336F1A. Grayscale: #ABABAB. Windows color (decimal): -3370779 or 15044812. OLE color: 15044812.

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

Color convert

RGB204144229-
CMYK0.110.3700.10
HSL282.35º62.04%73.14%-
HSV(B)282.35º37.12%89.8%-
XYZ49.0238.4478.97-
YUV171.63160.38151.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.36%
GREEN value IS 144 (56.64% from 255) = 24.96%
BLUE value IS 229 (89.84% from 255) = 39.69%
R=35.36%
G=24.96%
B=39.69%

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
Decimal2041442290.110.3700.10282.3562.0473.14
HexCC90E5B250A11a3e49
Octal314220345134501243276111
Binary1100110010010000111001011011100101010101000110101111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC90E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC90E5; }

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

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

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

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

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

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

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

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