#C53BD4

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

Shades of Medium Orchid #C53BD4

Tints of Medium Orchid #C53BD4

Color information

#C53BD4 (or 0xC53BD4) is unknown color: approx Medium Orchid. HEX triplet: C5, 3B and D4. RGB value is (197,59,212). Sum of RGB (Red+Green+Blue) = 197+59+212=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 59 (23.44% from 255 or 12.61% from 468); Blue value is 212 (83.20% from 255 or 45.30% from 468); Max value from RGB is 212 - color contains mainly: blue. Hex color #C53BD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53BD4 is #3AC42B. Grayscale: #757575. Windows color (decimal): -3851308 or 13908933. OLE color: 13908933.

HSL color Cylindrical-coordinate representation of color #C53BD4: hue angle of 294.12º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C53BD4 is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB19759212-
CMYK0.070.7200.17
HSL294.12º64.02%53.14%-
HSV(B)294.12º72.17%83.14%-
XYZ36.4719.7564.18-
YUV117.7181.22184.56-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.09%
GREEN value IS 59 (23.44% from 255) = 12.61%
BLUE value IS 212 (83.20% from 255) = 45.30%
R=42.09%
G=12.61%
B=45.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal197592120.070.7200.17294.1264.0253.14
HexC53BD47480111264035
Octal30573324711002144610065
Binary110001011110111101010011110010000100011001001101000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53BD4; }

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

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

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

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

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

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

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

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