#CC97DF

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

Shades of Wisteria #CC97DF

Tints of Wisteria #CC97DF

Color information

#CC97DF (or 0xCC97DF) is unknown color: approx Wisteria. HEX triplet: CC, 97 and DF. RGB value is (204,151,223). Sum of RGB (Red+Green+Blue) = 204+151+223=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 151 (59.38% from 255 or 26.12% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC97DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC97DF is #336820. Grayscale: #AEAEAE. Windows color (decimal): -3368993 or 14653388. OLE color: 14653388.

HSL color Cylindrical-coordinate representation of color #CC97DF: hue angle of 284.17º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CC97DF is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204151223-
CMYK0.090.3200.13
HSL284.17º52.94%73.33%-
HSV(B)284.17º32.29%87.45%-
XYZ49.2940.374.99-
YUV175.05155.06148.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.29%
GREEN value IS 151 (59.38% from 255) = 26.12%
BLUE value IS 223 (87.5% from 255) = 38.58%
R=35.29%
G=26.12%
B=38.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041512230.090.3200.13284.1752.9473.33
HexCC97DF9200D11c3549
Octal314227337114001543465111
Binary1100110010010111110111111001100000011011000111001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC97DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC97DF; }

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

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

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

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

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

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

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

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