#CC96F7

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

Shades of Wisteria #CC96F7

Tints of Wisteria #CC96F7

Color information

#CC96F7 (or 0xCC96F7) is unknown color: approx Wisteria. HEX triplet: CC, 96 and F7. RGB value is (204,150,247). Sum of RGB (Red+Green+Blue) = 204+150+247=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 150 (58.98% from 255 or 24.96% from 601); Blue value is 247 (96.88% from 255 or 41.10% from 601); Max value from RGB is 247 - color contains mainly: blue. Hex color #CC96F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC96F7 is #336908. Grayscale: #B0B0B0. Windows color (decimal): -3369225 or 16225996. OLE color: 16225996.

HSL color Cylindrical-coordinate representation of color #CC96F7: hue angle of 273.4º degrees, saturation: 0.86, 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 #CC96F7 is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB204150247-
CMYK0.170.3900.03
HSL273.4º85.84%77.84%-
HSV(B)273.4º39.27%96.86%-
XYZ52.641.3793.21-
YUV177.2167.39147.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.94%
GREEN value IS 150 (58.98% from 255) = 24.96%
BLUE value IS 247 (96.88% from 255) = 41.10%
R=33.94%
G=24.96%
B=41.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2041502470.170.3900.03273.485.8477.84
HexCC96F7112703111564e
Octal314226367214703421126116
Binary1100110010010110111101111000110011101110001000110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC96F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC96F7; }

 p { color: rgb(204,150,247); }

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

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

 a { background-color: rgb(204,150,247); }

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

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

 span { border-color: rgb(204,150,247); }

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