#C584DC

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

Shades of Wisteria #C584DC

Tints of Wisteria #C584DC

Color information

#C584DC (or 0xC584DC) is unknown color: approx Wisteria. HEX triplet: C5, 84 and DC. RGB value is (197,132,220). Sum of RGB (Red+Green+Blue) = 197+132+220=549 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.88% from 549); Green value is 132 (51.95% from 255 or 24.04% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #C584DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C584DC is #3A7B23. Grayscale: #A1A1A1. Windows color (decimal): -3832612 or 14451909. OLE color: 14451909.

HSL color Cylindrical-coordinate representation of color #C584DC: hue angle of 284.32º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C584DC is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB197132220-
CMYK0.100.4000.14
HSL284.32º55.7%69.02%-
HSV(B)284.32º40%86.27%-
XYZ44.233.5471.85-
YUV161.47161.03153.34-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.88%
GREEN value IS 132 (51.95% from 255) = 24.04%
BLUE value IS 220 (86.33% from 255) = 40.07%
R=35.88%
G=24.04%
B=40.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1971322200.100.4000.14284.3255.769.02
HexC584DCA280E11c3845
Octal305204334125001643470105
Binary1100010110000100110111001010101000011101000111001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C584DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C584DC; }

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

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

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

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

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

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

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

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