#CC97F8

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

Shades of Wisteria #CC97F8

Tints of Wisteria #CC97F8

Color information

#CC97F8 (or 0xCC97F8) is unknown color: approx Wisteria. HEX triplet: CC, 97 and F8. RGB value is (204,151,248). Sum of RGB (Red+Green+Blue) = 204+151+248=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 151 (59.38% from 255 or 25.04% from 603); Blue value is 248 (97.27% from 255 or 41.13% from 603); Max value from RGB is 248 - color contains mainly: blue. Hex color #CC97F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC97F8 is #336807. Grayscale: #B1B1B1. Windows color (decimal): -3368968 or 16291788. OLE color: 16291788.

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

Color convert

RGB204151248-
CMYK0.180.3900.03
HSL272.78º87.39%78.24%-
HSV(B)272.78º39.11%97.25%-
XYZ52.9141.7594.08-
YUV177.9167.56146.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.83%
GREEN value IS 151 (59.38% from 255) = 25.04%
BLUE value IS 248 (97.27% from 255) = 41.13%
R=33.83%
G=25.04%
B=41.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2041512480.180.3900.03272.7887.3978.24
HexCC97F8122703111574e
Octal314227370224703421127116
Binary1100110010010111111110001001010011101110001000110101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC97F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC97F8; }

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

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

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

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

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

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

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

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