#C584DA

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

Shades of Wisteria #C584DA

Tints of Wisteria #C584DA

Color information

#C584DA (or 0xC584DA) is unknown color: approx Wisteria. HEX triplet: C5, 84 and DA. RGB value is (197,132,218). Sum of RGB (Red+Green+Blue) = 197+132+218=547 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.01% from 547); Green value is 132 (51.95% from 255 or 24.13% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #C584DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C584DA is #3A7B25. Grayscale: #A0A0A0. Windows color (decimal): -3832614 or 14320837. OLE color: 14320837.

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

Color convert

RGB197132218-
CMYK0.100.3900.15
HSL285.35º53.75%68.63%-
HSV(B)285.35º39.45%85.49%-
XYZ43.9333.4370.47-
YUV161.24160.03153.51-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.01%
GREEN value IS 132 (51.95% from 255) = 24.13%
BLUE value IS 218 (85.55% from 255) = 39.85%
R=36.01%
G=24.13%
B=39.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1971322180.100.3900.15285.3553.7568.63
HexC584DAA270F11d3645
Octal305204332124701743566105
Binary1100010110000100110110101010100111011111000111011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C584DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C584DA; }

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

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

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

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

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

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

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

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