#CC90DE

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

Shades of Wisteria #CC90DE

Tints of Wisteria #CC90DE

Color information

#CC90DE (or 0xCC90DE) is unknown color: approx Wisteria. HEX triplet: CC, 90 and DE. RGB value is (204,144,222). Sum of RGB (Red+Green+Blue) = 204+144+222=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 144 (56.64% from 255 or 25.26% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC90DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC90DE is #336F21. Grayscale: #AAAAAA. Windows color (decimal): -3370786 or 14586060. OLE color: 14586060.

HSL color Cylindrical-coordinate representation of color #CC90DE: hue angle of 286.15º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CC90DE is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204144222-
CMYK0.080.3500.13
HSL286.15º54.17%71.76%-
HSV(B)286.15º35.14%87.06%-
XYZ48.0638.0673.92-
YUV170.83156.88151.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.79%
GREEN value IS 144 (56.64% from 255) = 25.26%
BLUE value IS 222 (87.11% from 255) = 38.95%
R=35.79%
G=25.26%
B=38.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041442220.080.3500.13286.1554.1771.76
HexCC90DE8230D11e3648
Octal314220336104301543666110
Binary1100110010010000110111101000100011011011000111101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC90DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC90DE; }

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

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

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

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

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

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

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

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