#CC90DA

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

Shades of Wisteria #CC90DA

Tints of Wisteria #CC90DA

Color information

#CC90DA (or 0xCC90DA) is unknown color: approx Wisteria. HEX triplet: CC, 90 and DA. RGB value is (204,144,218). Sum of RGB (Red+Green+Blue) = 204+144+218=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 144 (56.64% from 255 or 25.44% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC90DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC90DA is #336F25. Grayscale: #AAAAAA. Windows color (decimal): -3370790 or 14323916. OLE color: 14323916.

HSL color Cylindrical-coordinate representation of color #CC90DA: hue angle of 288.65º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CC90DA is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB204144218-
CMYK0.060.3400.15
HSL288.65º50%70.98%-
HSV(B)288.65º33.94%85.49%-
XYZ47.5337.8571.13-
YUV170.38154.88151.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.04%
GREEN value IS 144 (56.64% from 255) = 25.44%
BLUE value IS 218 (85.55% from 255) = 38.52%
R=36.04%
G=25.44%
B=38.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2041442180.060.3400.15288.655070.98
HexCC90DA6220F1213247
Octal31422033264201744162107
Binary110011001001000011011010110100010011111001000011100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC90DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC90DA; }

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

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

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

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

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

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

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

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