#C53AD2

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

Shades of Medium Orchid #C53AD2

Tints of Medium Orchid #C53AD2

Color information

#C53AD2 (or 0xC53AD2) is unknown color: approx Medium Orchid. HEX triplet: C5, 3A and D2. RGB value is (197,58,210). Sum of RGB (Red+Green+Blue) = 197+58+210=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 58 (23.05% from 255 or 12.47% from 465); Blue value is 210 (82.42% from 255 or 45.16% from 465); Max value from RGB is 210 - color contains mainly: blue. Hex color #C53AD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53AD2 is #3AC52D. Grayscale: #747474. Windows color (decimal): -3851566 or 13777605. OLE color: 13777605.

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

Color convert

RGB19758210-
CMYK0.060.7200.18
HSL294.87º62.81%52.55%-
HSV(B)294.87º72.38%82.35%-
XYZ36.1719.5562.84-
YUV116.89180.55185.14-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.37%
GREEN value IS 58 (23.05% from 255) = 12.47%
BLUE value IS 210 (82.42% from 255) = 45.16%
R=42.37%
G=12.47%
B=45.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal197582100.060.7200.18294.8762.8152.55
HexC53AD26480121273f35
Octal3057232261100224477765
Binary11000101111010110100101101001000010010100100111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53AD2; }

 p { color: rgb(197,58,210); }

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

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

 a { background-color: rgb(197,58,210); }

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

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

 span { border-color: rgb(197,58,210); }

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