#C887DD

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

Shades of Wisteria #C887DD

Tints of Wisteria #C887DD

Color information

#C887DD (or 0xC887DD) is unknown color: approx Wisteria. HEX triplet: C8, 87 and DD. RGB value is (200,135,221). Sum of RGB (Red+Green+Blue) = 200+135+221=556 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.97% from 556); Green value is 135 (53.12% from 255 or 24.28% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #C887DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C887DD is #377822. Grayscale: #A3A3A3. Windows color (decimal): -3635235 or 14518216. OLE color: 14518216.

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

Color convert

RGB200135221-
CMYK0.100.3900.13
HSL285.35º55.84%69.8%-
HSV(B)285.35º38.91%86.67%-
XYZ45.5334.8372.73-
YUV164.24160.03153.51-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.97%
GREEN value IS 135 (53.12% from 255) = 24.28%
BLUE value IS 221 (86.72% from 255) = 39.75%
R=35.97%
G=24.28%
B=39.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2001352210.100.3900.13285.3555.8469.8
HexC887DDA270D11d3846
Octal310207335124701543570106
Binary1100100010000111110111011010100111011011000111011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C887DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C887DD; }

 p { color: rgb(200,135,221); }

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

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

 a { background-color: rgb(200,135,221); }

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

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

 span { border-color: rgb(200,135,221); }

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