Html Css Color HEX #C53AD8 Medium Orchid

📋 copy color: '#C53AD8'

red 197 ◦ green 58 ◦ blue 216

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

Shades of Medium Orchid #C53AD8

Tints of Medium Orchid #C53AD8

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.31%

 BLUE value IS 216 (84.77% from 255) = 45.86%

R = 41.83%
G = 12.31%
B = 45.86%

CMYK

 C value IS 0.09

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C53AD8 (or 0xC53AD8) is known color: Medium Orchid. HEX triplet: C5, 3A and D8. RGB value is (197,58,216). Sum of RGB (Red+Green+Blue) = 197+58+216=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 58 (23.05% from 255 or 12.31% from 471); Blue value is 216 (84.77% from 255 or 45.86% from 471); Max value from RGB is 216 - color contains mainly: blue. Hex color #C53AD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53AD8 is #3AC527. Grayscale: #757575. Windows color (decimal): -3851560 or 14170821. OLE color: 14170821.

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

Color convert

RGB 197 58 216 -
CMYK 0.09 0.73 0 0.15
HSL 292.78º 0.67% 0.54% -
HSV(B) 292.78º 0.73% 0.85% -
XYZ 36.93 19.85 66.85 -
YUV 117.57 183.55 184.65 -
System Red Green Blue C M Y K H S L
Decimal 197 58 216 0.09 0.73 0 0.15 292.78 0.67 0.54
Hex C5 3A D8 9 49 0 F 125 43 36
Octal 305 72 330 11 111 0 17 445 103 66
Binary 11000101 111010 11011000 1001 1001001 0 1111 100100101 1000011 110110

Color Harmonies of #C53AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53AD8

Black with #C53AD8

Text Example


Text Example

White with #C53AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53AD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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