#CC96ED

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

Shades of Wisteria #CC96ED

Tints of Wisteria #CC96ED

Color information

#CC96ED (or 0xCC96ED) is unknown color: approx Wisteria. HEX triplet: CC, 96 and ED. RGB value is (204,150,237). Sum of RGB (Red+Green+Blue) = 204+150+237=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 150 (58.98% from 255 or 25.38% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC96ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC96ED is #336912. Grayscale: #AFAFAF. Windows color (decimal): -3369235 or 15570636. OLE color: 15570636.

HSL color Cylindrical-coordinate representation of color #CC96ED: hue angle of 277.24º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC96ED is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204150237-
CMYK0.140.3700.07
HSL277.24º70.73%75.88%-
HSV(B)277.24º36.71%92.94%-
XYZ51.0940.7685.3-
YUV176.06162.39147.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.52%
GREEN value IS 150 (58.98% from 255) = 25.38%
BLUE value IS 237 (92.97% from 255) = 40.10%
R=34.52%
G=25.38%
B=40.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2041502370.140.3700.07277.2470.7375.88
HexCC96EDE2507115474c
Octal314226355164507425107114
Binary1100110010010110111011011110100101011110001010110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC96ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC96ED; }

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

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

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

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

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

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

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

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