Html Css Color HEX #C53ADC Medium Orchid

📋 copy color: '#C53ADC'

red 197 ◦ green 58 ◦ blue 220

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

Shades of Medium Orchid #C53ADC

Tints of Medium Orchid #C53ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.32%

R = 41.47%
G = 12.21%
B = 46.32%

CMYK

 C value IS 0.10

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C53ADC (or 0xC53ADC) is known color: Medium Orchid. HEX triplet: C5, 3A and DC. RGB value is (197,58,220). Sum of RGB (Red+Green+Blue) = 197+58+220=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 58 (23.05% from 255 or 12.21% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #C53ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53ADC is #3AC523. Grayscale: #757575. Windows color (decimal): -3851556 or 14432965. OLE color: 14432965.

HSL color Cylindrical-coordinate representation of color #C53ADC: hue angle of 291.48º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C53ADC is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 58 220 -
CMYK 0.10 0.74 0 0.14
HSL 291.48º 0.7% 0.55% -
HSV(B) 291.48º 0.74% 0.86% -
XYZ 37.46 20.06 69.61 -
YUV 118.03 185.55 184.33 -
System Red Green Blue C M Y K H S L
Decimal 197 58 220 0.10 0.74 0 0.14 291.48 0.7 0.55
Hex C5 3A DC A 4A 0 E 123 46 37
Octal 305 72 334 12 112 0 16 443 106 67
Binary 11000101 111010 11011100 1010 1001010 0 1110 100100011 1000110 110111

Color Harmonies of #C53ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53ADC

Black with #C53ADC

Text Example


Text Example

White with #C53ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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