#C996EB

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

Shades of Wisteria #C996EB

Tints of Wisteria #C996EB

Color information

#C996EB (or 0xC996EB) is unknown color: approx Wisteria. HEX triplet: C9, 96 and EB. RGB value is (201,150,235). Sum of RGB (Red+Green+Blue) = 201+150+235=586 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.30% from 586); Green value is 150 (58.98% from 255 or 25.60% from 586); Blue value is 235 (92.19% from 255 or 40.10% from 586); Max value from RGB is 235 - color contains mainly: blue. Hex color #C996EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C996EB is #366914. Grayscale: #AEAEAE. Windows color (decimal): -3565845 or 15439561. OLE color: 15439561.

HSL color Cylindrical-coordinate representation of color #C996EB: hue angle of 276º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C996EB is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB201150235-
CMYK0.140.3600.08
HSL276º68%75.49%-
HSV(B)276º36.17%92.16%-
XYZ49.9940.2383.73-
YUV174.94161.9146.59-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.30%
GREEN value IS 150 (58.98% from 255) = 25.60%
BLUE value IS 235 (92.19% from 255) = 40.10%
R=34.30%
G=25.60%
B=40.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2011502350.140.3600.082766875.49
HexC996EBE2408114444b
Octal3112263531644010424104113
Binary11001001100101101110101111101001000100010001010010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C996EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C996EB; }

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

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

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

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

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

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

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

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