Html Css Color HEX #C53ED9 Medium Orchid

📋 copy color: '#C53ED9'

red 197 ◦ green 62 ◦ blue 217

#C53ED9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #C53ED9

Tints of Medium Orchid #C53ED9

RGB

 RED value IS 197 (77.34% from 255) = 41.39%

 GREEN value IS 62 (24.61% from 255) = 13.03%

 BLUE value IS 217 (85.16% from 255) = 45.59%

R = 41.39%
G = 13.03%
B = 45.59%

CMYK

 C value IS 0.09

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C53ED9 (or 0xC53ED9) is known color: Medium Orchid. HEX triplet: C5, 3E and D9. RGB value is (197,62,217). Sum of RGB (Red+Green+Blue) = 197+62+217=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 62 (24.61% from 255 or 13.03% from 476); Blue value is 217 (85.16% from 255 or 45.59% from 476); Max value from RGB is 217 - color contains mainly: blue. Hex color #C53ED9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53ED9 is #3AC126. Grayscale: #777777. Windows color (decimal): -3850535 or 14237381. OLE color: 14237381.

HSL color Cylindrical-coordinate representation of color #C53ED9: hue angle of 292.26º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C53ED9 is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 62 217 -
CMYK 0.09 0.71 0 0.15
HSL 292.26º 0.67% 0.55% -
HSV(B) 292.26º 0.71% 0.85% -
XYZ 37.27 20.33 67.6 -
YUV 120.04 182.73 182.9 -
System Red Green Blue C M Y K H S L
Decimal 197 62 217 0.09 0.71 0 0.15 292.26 0.67 0.55
Hex C5 3E D9 9 47 0 F 124 43 37
Octal 305 76 331 11 107 0 17 444 103 67
Binary 11000101 111110 11011001 1001 1000111 0 1111 100100100 1000011 110111

Color Harmonies of #C53ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53ED9

Black with #C53ED9

Text Example


Text Example

White with #C53ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53ED9; }

 p { color: rgb(197,62,217); }

 H1.HeaderClassName
 {
   color: #C53ED9;
 }
 .AnyTagClassName
 {
   color: #C53ED9;
 }
</style>

background-color css

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

 a { background-color: rgb(197,62,217); }

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

border-color css

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

 span { border-color: rgb(197,62,217); }

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