#C587DC

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

Shades of Wisteria #C587DC

Tints of Wisteria #C587DC

Color information

#C587DC (or 0xC587DC) is unknown color: approx Wisteria. HEX triplet: C5, 87 and DC. RGB value is (197,135,220). Sum of RGB (Red+Green+Blue) = 197+135+220=552 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.69% from 552); Green value is 135 (53.12% from 255 or 24.46% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #C587DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C587DC is #3A7823. Grayscale: #A2A2A2. Windows color (decimal): -3831844 or 14452677. OLE color: 14452677.

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

Color convert

RGB197135220-
CMYK0.100.3900.14
HSL283.76º54.84%69.61%-
HSV(B)283.76º38.64%86.27%-
XYZ44.6134.3771.99-
YUV163.23160.04152.09-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.69%
GREEN value IS 135 (53.12% from 255) = 24.46%
BLUE value IS 220 (86.33% from 255) = 39.86%
R=35.69%
G=24.46%
B=39.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1971352200.100.3900.14283.7654.8469.61
HexC587DCA270E11c3746
Octal305207334124701643467106
Binary1100010110000111110111001010100111011101000111001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C587DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C587DC; }

 p { color: rgb(197,135,220); }

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

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

 a { background-color: rgb(197,135,220); }

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

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

 span { border-color: rgb(197,135,220); }

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