#CC97DC

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

Shades of Wisteria #CC97DC

Tints of Wisteria #CC97DC

Color information

#CC97DC (or 0xCC97DC) is unknown color: approx Wisteria. HEX triplet: CC, 97 and DC. RGB value is (204,151,220). Sum of RGB (Red+Green+Blue) = 204+151+220=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 151 (59.38% from 255 or 26.26% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC97DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC97DC is #336823. Grayscale: #AEAEAE. Windows color (decimal): -3368996 or 14456780. OLE color: 14456780.

HSL color Cylindrical-coordinate representation of color #CC97DC: hue angle of 286.09º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CC97DC is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB204151220-
CMYK0.070.3100.14
HSL286.09º49.64%72.75%-
HSV(B)286.09º31.36%86.27%-
XYZ48.8940.1472.88-
YUV174.71153.56148.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.48%
GREEN value IS 151 (59.38% from 255) = 26.26%
BLUE value IS 220 (86.33% from 255) = 38.26%
R=35.48%
G=26.26%
B=38.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2041512200.070.3100.14286.0949.6472.75
HexCC97DC71F0E11e3249
Octal31422733473701643662111
Binary11001100100101111101110011111111011101000111101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC97DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC97DC; }

 p { color: rgb(204,151,220); }

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

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

 a { background-color: rgb(204,151,220); }

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

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

 span { border-color: rgb(204,151,220); }

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