#C531D8

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

Shades of Medium Orchid #C531D8

Tints of Medium Orchid #C531D8

Color information

#C531D8 (or 0xC531D8) is unknown color: approx Medium Orchid. HEX triplet: C5, 31 and D8. RGB value is (197,49,216). Sum of RGB (Red+Green+Blue) = 197+49+216=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 49 (19.53% from 255 or 10.61% from 462); Blue value is 216 (84.77% from 255 or 46.75% from 462); Max value from RGB is 216 - color contains mainly: blue. Hex color #C531D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C531D8 is #3ACE27. Grayscale: #6F6F6F. Windows color (decimal): -3853864 or 14168517. OLE color: 14168517.

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

Color convert

RGB19749216-
CMYK0.090.7700.15
HSL293.17º68.16%51.96%-
HSV(B)293.17º77.31%84.71%-
XYZ36.5219.0266.71-
YUV112.29186.53188.42-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.64%
GREEN value IS 49 (19.53% from 255) = 10.61%
BLUE value IS 216 (84.77% from 255) = 46.75%
R=42.64%
G=10.61%
B=46.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal197492160.090.7700.15293.1768.1651.96
HexC531D894D0F1254434
Octal305613301111501744510464
Binary110001011100011101100010011001101011111001001011000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C531D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C531D8; }

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

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

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

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

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

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

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

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