#c996e0

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

Shades of Wisteria #C996E0

Tints of Wisteria #C996E0

Color information

#C996E0 (or 0xC996E0) is unknown color: approx Wisteria. HEX triplet: C9, 96 and E0. RGB value is (201,150,224). Sum of RGB (Red+Green+Blue) = 201+150+224=575 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.96% from 575); Green value is 150 (58.98% from 255 or 26.09% from 575); Blue value is 224 (87.89% from 255 or 38.96% from 575); Max value from RGB is 224 - color contains mainly: blue. Hex color #C996E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C996E0 is #36691F. Grayscale: #ADADAD. Windows color (decimal): -3565856 or 14718665. OLE color: 14718665.

HSL color Cylindrical-coordinate representation of color #C996E0: hue angle of 281.35º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C996E0 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB201150224-
CMYK0.100.3300.12
HSL281.35º54.41%73.33%-
HSV(B)281.35º33.04%87.84%-
XYZ48.4539.6175.61-
YUV173.68156.4147.48-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.96%
GREEN value IS 150 (58.98% from 255) = 26.09%
BLUE value IS 224 (87.89% from 255) = 38.96%
R=34.96%
G=26.09%
B=38.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2011502240.100.3300.12281.3554.4173.33
HexC996E0A210C1193649
Octal311226340124101443166111
Binary1100100110010110111000001010100001011001000110011101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c996e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c996e0; }

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

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

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

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

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

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

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

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