#CC96F9

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

Shades of Wisteria #CC96F9

Tints of Wisteria #CC96F9

Color information

#CC96F9 (or 0xCC96F9) is unknown color: approx Wisteria. HEX triplet: CC, 96 and F9. RGB value is (204,150,249). Sum of RGB (Red+Green+Blue) = 204+150+249=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 150 (58.98% from 255 or 24.88% from 603); Blue value is 249 (97.66% from 255 or 41.29% from 603); Max value from RGB is 249 - color contains mainly: blue. Hex color #CC96F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC96F9 is #336906. Grayscale: #B1B1B1. Windows color (decimal): -3369223 or 16357068. OLE color: 16357068.

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

Color convert

RGB204150249-
CMYK0.180.4000.02
HSL272.73º89.19%78.24%-
HSV(B)272.73º39.76%97.65%-
XYZ52.9141.4994.84-
YUV177.43168.39146.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.83%
GREEN value IS 150 (58.98% from 255) = 24.88%
BLUE value IS 249 (97.66% from 255) = 41.29%
R=33.83%
G=24.88%
B=41.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2041502490.180.4000.02272.7389.1978.24
HexCC96F9122802111594e
Octal314226371225002421131116
Binary1100110010010110111110011001010100001010001000110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC96F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC96F9; }

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

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

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

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

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

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

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

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