#C531DA

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

Shades of Medium Orchid #C531DA

Tints of Medium Orchid #C531DA

Color information

#C531DA (or 0xC531DA) is unknown color: approx Medium Orchid. HEX triplet: C5, 31 and DA. RGB value is (197,49,218). Sum of RGB (Red+Green+Blue) = 197+49+218=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 49 (19.53% from 255 or 10.56% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #C531DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C531DA is #3ACE25. Grayscale: #6F6F6F. Windows color (decimal): -3853862 or 14299589. OLE color: 14299589.

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

Color convert

RGB19749218-
CMYK0.100.7800.15
HSL292.54º69.55%52.35%-
HSV(B)292.54º77.52%85.49%-
XYZ36.7819.1368.08-
YUV112.52187.53188.26-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.46%
GREEN value IS 49 (19.53% from 255) = 10.56%
BLUE value IS 218 (85.55% from 255) = 46.98%
R=42.46%
G=10.56%
B=46.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal197492180.100.7800.15292.5469.5552.35
HexC531DAA4E0F1254634
Octal305613321211601744510664
Binary110001011100011101101010101001110011111001001011000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C531DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C531DA; }

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

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

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

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

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

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

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

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