#C487DD

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

Shades of Wisteria #C487DD

Tints of Wisteria #C487DD

Color information

#C487DD (or 0xC487DD) is unknown color: approx Wisteria. HEX triplet: C4, 87 and DD. RGB value is (196,135,221). Sum of RGB (Red+Green+Blue) = 196+135+221=552 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.51% from 552); Green value is 135 (53.12% from 255 or 24.46% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #C487DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C487DD is #3B7822. Grayscale: #A2A2A2. Windows color (decimal): -3897379 or 14518212. OLE color: 14518212.

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

Color convert

RGB196135221-
CMYK0.110.3900.13
HSL282.56º55.84%69.8%-
HSV(B)282.56º38.91%86.67%-
XYZ44.4834.2872.68-
YUV163.04160.71151.51-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.51%
GREEN value IS 135 (53.12% from 255) = 24.46%
BLUE value IS 221 (86.72% from 255) = 40.04%
R=35.51%
G=24.46%
B=40.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1961352210.110.3900.13282.5655.8469.8
HexC487DDB270D11b3846
Octal304207335134701543370106
Binary1100010010000111110111011011100111011011000110111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C487DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C487DD; }

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

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

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

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

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

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

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

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