#C53DDD

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

Shades of Medium Orchid #C53DDD

Tints of Medium Orchid #C53DDD

Color information

#C53DDD (or 0xC53DDD) is unknown color: approx Medium Orchid. HEX triplet: C5, 3D and DD. RGB value is (197,61,221). Sum of RGB (Red+Green+Blue) = 197+61+221=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 61 (24.22% from 255 or 12.73% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #C53DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53DDD is #3AC222. Grayscale: #777777. Windows color (decimal): -3850787 or 14499269. OLE color: 14499269.

HSL color Cylindrical-coordinate representation of color #C53DDD: hue angle of 291º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C53DDD is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19761221-
CMYK0.110.7200.13
HSL291º70.18%55.29%-
HSV(B)291º72.4%86.67%-
XYZ37.7520.4370.36-
YUV119.9185.06182.99-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.13%
GREEN value IS 61 (24.22% from 255) = 12.73%
BLUE value IS 221 (86.72% from 255) = 46.14%
R=41.13%
G=12.73%
B=46.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal197612210.110.7200.1329170.1855.29
HexC53DDDB480D1234637
Octal305753351311001544310667
Binary110001011111011101110110111001000011011001000111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53DDD; }

 p { color: rgb(197,61,221); }

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

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

 a { background-color: rgb(197,61,221); }

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

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

 span { border-color: rgb(197,61,221); }

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