#CC97F9

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

Shades of Wisteria #CC97F9

Tints of Wisteria #CC97F9

Color information

#CC97F9 (or 0xCC97F9) is unknown color: approx Wisteria. HEX triplet: CC, 97 and F9. RGB value is (204,151,249). Sum of RGB (Red+Green+Blue) = 204+151+249=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 151 (59.38% from 255 or 25% from 604); Blue value is 249 (97.66% from 255 or 41.23% from 604); Max value from RGB is 249 - color contains mainly: blue. Hex color #CC97F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC97F9 is #336806. Grayscale: #B1B1B1. Windows color (decimal): -3368967 or 16357324. OLE color: 16357324.

HSL color Cylindrical-coordinate representation of color #CC97F9: hue angle of 272.45º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC97F9 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204151249-
CMYK0.180.3900.02
HSL272.45º89.09%78.43%-
HSV(B)272.45º39.36%97.65%-
XYZ53.0741.8194.9-
YUV178.02168.06146.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.77%
GREEN value IS 151 (59.38% from 255) = 25%
BLUE value IS 249 (97.66% from 255) = 41.23%
R=33.77%
G=25%
B=41.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2041512490.180.3900.02272.4589.0978.43
HexCC97F9122702110594e
Octal314227371224702420131116
Binary1100110010010111111110011001010011101010001000010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC97F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC97F9; }

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

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

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

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

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

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

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

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