#C53DD1

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

Shades of Medium Orchid #C53DD1

Tints of Medium Orchid #C53DD1

Color information

#C53DD1 (or 0xC53DD1) is unknown color: approx Medium Orchid. HEX triplet: C5, 3D and D1. RGB value is (197,61,209). Sum of RGB (Red+Green+Blue) = 197+61+209=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 61 (24.22% from 255 or 13.06% from 467); Blue value is 209 (82.03% from 255 or 44.75% from 467); Max value from RGB is 209 - color contains mainly: blue. Hex color #C53DD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53DD1 is #3AC22E. Grayscale: #767676. Windows color (decimal): -3850799 or 13712837. OLE color: 13712837.

HSL color Cylindrical-coordinate representation of color #C53DD1: hue angle of 295.14º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C53DD1 is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19761209-
CMYK0.060.7100.18
HSL295.14º61.67%52.94%-
HSV(B)295.14º70.81%81.96%-
XYZ36.219.8162.24-
YUV118.54179.06183.97-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.18%
GREEN value IS 61 (24.22% from 255) = 13.06%
BLUE value IS 209 (82.03% from 255) = 44.75%
R=42.18%
G=13.06%
B=44.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal197612090.060.7100.18295.1461.6752.94
HexC53DD16470121273e35
Octal3057532161070224477665
Binary11000101111101110100011101000111010010100100111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53DD1; }

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

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

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

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

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

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

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

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