#C896D2

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

Shades of Wisteria #C896D2

Tints of Wisteria #C896D2

Color information

#C896D2 (or 0xC896D2) is unknown color: approx Wisteria. HEX triplet: C8, 96 and D2. RGB value is (200,150,210). Sum of RGB (Red+Green+Blue) = 200+150+210=560 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.71% from 560); Green value is 150 (58.98% from 255 or 26.79% from 560); Blue value is 210 (82.42% from 255 or 37.5% from 560); Max value from RGB is 210 - color contains mainly: blue. Hex color #C896D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C896D2 is #37692D. Grayscale: #ABABAB. Windows color (decimal): -3631406 or 13801160. OLE color: 13801160.

HSL color Cylindrical-coordinate representation of color #C896D2: hue angle of 290º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C896D2 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB200150210-
CMYK0.050.2900.18
HSL290º40%70.59%-
HSV(B)290º28.57%82.35%-
XYZ46.3638.7566.01-
YUV171.79149.56148.12-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.71%
GREEN value IS 150 (58.98% from 255) = 26.79%
BLUE value IS 210 (82.42% from 255) = 37.5%
R=35.71%
G=26.79%
B=37.5%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2001502100.050.2900.182904070.59
HexC896D251D0121222847
Octal31022632253502244250107
Binary110010001001011011010010101111010100101001000101010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C896D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C896D2; }

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

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

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

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

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

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

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

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