#CC96E3

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

Shades of Wisteria #CC96E3

Tints of Wisteria #CC96E3

Color information

#CC96E3 (or 0xCC96E3) is unknown color: approx Wisteria. HEX triplet: CC, 96 and E3. RGB value is (204,150,227). Sum of RGB (Red+Green+Blue) = 204+150+227=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 150 (58.98% from 255 or 25.82% from 581); Blue value is 227 (89.06% from 255 or 39.07% from 581); Max value from RGB is 227 - color contains mainly: blue. Hex color #CC96E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC96E3 is #33691C. Grayscale: #AEAEAE. Windows color (decimal): -3369245 or 14915276. OLE color: 14915276.

HSL color Cylindrical-coordinate representation of color #CC96E3: hue angle of 282.08º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CC96E3 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB204150227-
CMYK0.100.3400.11
HSL282.08º57.89%73.92%-
HSV(B)282.08º33.92%89.02%-
XYZ49.6740.277.81-
YUV174.92157.39148.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.11%
GREEN value IS 150 (58.98% from 255) = 25.82%
BLUE value IS 227 (89.06% from 255) = 39.07%
R=35.11%
G=25.82%
B=39.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2041502270.100.3400.11282.0857.8973.92
HexCC96E3A220B11a3a4a
Octal314226343124201343272112
Binary1100110010010110111000111010100010010111000110101110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC96E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC96E3; }

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

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

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

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

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

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

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

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