#C53BD5

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

Shades of Medium Orchid #C53BD5

Tints of Medium Orchid #C53BD5

Color information

#C53BD5 (or 0xC53BD5) is unknown color: approx Medium Orchid. HEX triplet: C5, 3B and D5. RGB value is (197,59,213). Sum of RGB (Red+Green+Blue) = 197+59+213=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 59 (23.44% from 255 or 12.58% from 469); Blue value is 213 (83.59% from 255 or 45.42% from 469); Max value from RGB is 213 - color contains mainly: blue. Hex color #C53BD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53BD5 is #3AC42A. Grayscale: #757575. Windows color (decimal): -3851307 or 13974469. OLE color: 13974469.

HSL color Cylindrical-coordinate representation of color #C53BD5: hue angle of 293.77º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C53BD5 is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19759213-
CMYK0.080.7200.16
HSL293.77º64.71%53.33%-
HSV(B)293.77º72.3%83.53%-
XYZ36.619.864.84-
YUV117.82181.72184.48-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.00%
GREEN value IS 59 (23.44% from 255) = 12.58%
BLUE value IS 213 (83.59% from 255) = 45.42%
R=42.00%
G=12.58%
B=45.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal197592130.080.7200.16293.7764.7153.33
HexC53BD58480101264135
Octal305733251011002044610165
Binary1100010111101111010101100010010000100001001001101000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53BD5; }

 p { color: rgb(197,59,213); }

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

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

 a { background-color: rgb(197,59,213); }

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

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

 span { border-color: rgb(197,59,213); }

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