#C897DC

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

Shades of Wisteria #C897DC

Tints of Wisteria #C897DC

Color information

#C897DC (or 0xC897DC) is unknown color: approx Wisteria. HEX triplet: C8, 97 and DC. RGB value is (200,151,220). Sum of RGB (Red+Green+Blue) = 200+151+220=571 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.03% from 571); Green value is 151 (59.38% from 255 or 26.44% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #C897DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C897DC is #376823. Grayscale: #ADADAD. Windows color (decimal): -3631140 or 14456776. OLE color: 14456776.

HSL color Cylindrical-coordinate representation of color #C897DC: hue angle of 282.61º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C897DC is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB200151220-
CMYK0.090.3100.14
HSL282.61º49.64%72.75%-
HSV(B)282.61º31.36%86.27%-
XYZ47.839.5872.83-
YUV173.52154.23146.89-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.03%
GREEN value IS 151 (59.38% from 255) = 26.44%
BLUE value IS 220 (86.33% from 255) = 38.53%
R=35.03%
G=26.44%
B=38.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2001512200.090.3100.14282.6149.6472.75
HexC897DC91F0E11b3249
Octal310227334113701643362111
Binary110010001001011111011100100111111011101000110111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C897DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C897DC; }

 p { color: rgb(200,151,220); }

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

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

 a { background-color: rgb(200,151,220); }

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

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

 span { border-color: rgb(200,151,220); }

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