#C896DF

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

Shades of Wisteria #C896DF

Tints of Wisteria #C896DF

Color information

#C896DF (or 0xC896DF) is unknown color: approx Wisteria. HEX triplet: C8, 96 and DF. RGB value is (200,150,223). Sum of RGB (Red+Green+Blue) = 200+150+223=573 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.90% from 573); Green value is 150 (58.98% from 255 or 26.18% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #C896DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C896DF is #376920. Grayscale: #ADADAD. Windows color (decimal): -3631393 or 14653128. OLE color: 14653128.

HSL color Cylindrical-coordinate representation of color #C896DF: hue angle of 281.1º 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 #C896DF is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB200150223-
CMYK0.100.3300.13
HSL281.1º53.28%73.14%-
HSV(B)281.1º32.74%87.45%-
XYZ48.0539.4274.89-
YUV173.27156.06147.06-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.90%
GREEN value IS 150 (58.98% from 255) = 26.18%
BLUE value IS 223 (87.5% from 255) = 38.92%
R=34.90%
G=26.18%
B=38.92%

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
Decimal2001502230.100.3300.13281.153.2873.14
HexC896DFA210D1193549
Octal310226337124101543165111
Binary1100100010010110110111111010100001011011000110011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C896DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C896DF; }

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

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

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

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

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

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

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

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