#C987DD

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

Shades of Wisteria #C987DD

Tints of Wisteria #C987DD

Color information

#C987DD (or 0xC987DD) is unknown color: approx Wisteria. HEX triplet: C9, 87 and DD. RGB value is (201,135,221). Sum of RGB (Red+Green+Blue) = 201+135+221=557 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.09% from 557); Green value is 135 (53.12% from 255 or 24.24% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #C987DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C987DD is #367822. Grayscale: #A4A4A4. Windows color (decimal): -3569699 or 14518217. OLE color: 14518217.

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

Color convert

RGB201135221-
CMYK0.090.3900.13
HSL286.05º55.84%69.8%-
HSV(B)286.05º38.91%86.67%-
XYZ45.834.9772.74-
YUV164.54159.87154.01-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.09%
GREEN value IS 135 (53.12% from 255) = 24.24%
BLUE value IS 221 (86.72% from 255) = 39.68%
R=36.09%
G=24.24%
B=39.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2011352210.090.3900.13286.0555.8469.8
HexC987DD9270D11e3846
Octal311207335114701543670106
Binary1100100110000111110111011001100111011011000111101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C987DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C987DD; }

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

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

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

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

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

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

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

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