#C996DF

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

Shades of Wisteria #C996DF

Tints of Wisteria #C996DF

Color information

#C996DF (or 0xC996DF) is unknown color: approx Wisteria. HEX triplet: C9, 96 and DF. RGB value is (201,150,223). Sum of RGB (Red+Green+Blue) = 201+150+223=574 (76% of max value = 765). Red value is 201 (78.91% from 255 or 35.02% from 574); Green value is 150 (58.98% from 255 or 26.13% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 223 - color contains mainly: blue. Hex color #C996DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C996DF is #366920. Grayscale: #ADADAD. Windows color (decimal): -3565857 or 14653129. OLE color: 14653129.

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

Color convert

RGB201150223-
CMYK0.100.3300.13
HSL281.92º53.28%73.14%-
HSV(B)281.92º32.74%87.45%-
XYZ48.3139.5674.9-
YUV173.57155.9147.56-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.02%
GREEN value IS 150 (58.98% from 255) = 26.13%
BLUE value IS 223 (87.5% from 255) = 38.85%
R=35.02%
G=26.13%
B=38.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2011502230.100.3300.13281.9253.2873.14
HexC996DFA210D11a3549
Octal311226337124101543265111
Binary1100100110010110110111111010100001011011000110101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C996DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C996DF; }

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

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

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

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

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

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

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

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