#C996EC

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

Shades of Wisteria #C996EC

Tints of Wisteria #C996EC

Color information

#C996EC (or 0xC996EC) is unknown color: approx Wisteria. HEX triplet: C9, 96 and EC. RGB value is (201,150,236). Sum of RGB (Red+Green+Blue) = 201+150+236=587 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.24% from 587); Green value is 150 (58.98% from 255 or 25.55% from 587); Blue value is 236 (92.58% from 255 or 40.20% from 587); Max value from RGB is 236 - color contains mainly: blue. Hex color #C996EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C996EC is #366913. Grayscale: #AEAEAE. Windows color (decimal): -3565844 or 15505097. OLE color: 15505097.

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

Color convert

RGB201150236-
CMYK0.150.3600.07
HSL275.58º69.35%75.69%-
HSV(B)275.58º36.44%92.55%-
XYZ50.1340.2984.49-
YUV175.05162.4146.51-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.24%
GREEN value IS 150 (58.98% from 255) = 25.55%
BLUE value IS 236 (92.58% from 255) = 40.20%
R=34.24%
G=25.55%
B=40.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2011502360.150.3600.07275.5869.3575.69
HexC996ECF2407114454c
Octal311226354174407424105114
Binary1100100110010110111011001111100100011110001010010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C996EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C996EC; }

 p { color: rgb(201,150,236); }

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

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

 a { background-color: rgb(201,150,236); }

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

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

 span { border-color: rgb(201,150,236); }

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