Html Css Color HEX #C53ED1 Medium Orchid

📋 copy color: '#C53ED1'

red 197 ◦ green 62 ◦ blue 209

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

Shades of Medium Orchid #C53ED1

Tints of Medium Orchid #C53ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.66%

R = 42.09%
G = 13.25%
B = 44.66%

CMYK

 C value IS 0.06

 M value IS 0.70

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C53ED1 (or 0xC53ED1) is known color: Medium Orchid. HEX triplet: C5, 3E and D1. RGB value is (197,62,209). Sum of RGB (Red+Green+Blue) = 197+62+209=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 62 (24.61% from 255 or 13.25% from 468); Blue value is 209 (82.03% from 255 or 44.66% from 468); Max value from RGB is 209 - color contains mainly: blue. Hex color #C53ED1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53ED1 is #3AC12E. Grayscale: #767676. Windows color (decimal): -3850543 or 13713093. OLE color: 13713093.

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

Color convert

RGB 197 62 209 -
CMYK 0.06 0.70 0 0.18
HSL 295.1º 0.62% 0.53% -
HSV(B) 295.1º 0.7% 0.82% -
XYZ 36.26 19.92 62.26 -
YUV 119.12 178.73 183.55 -
System Red Green Blue C M Y K H S L
Decimal 197 62 209 0.06 0.70 0 0.18 295.1 0.62 0.53
Hex C5 3E D1 6 46 0 12 127 3E 35
Octal 305 76 321 6 106 0 22 447 76 65
Binary 11000101 111110 11010001 110 1000110 0 10010 100100111 111110 110101

Color Harmonies of #C53ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53ED1

Black with #C53ED1

Text Example


Text Example

White with #C53ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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