Html Css Color HEX #C53BDC Medium Orchid

📋 copy color: '#C53BDC'

red 197 ◦ green 59 ◦ blue 220

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

Shades of Medium Orchid #C53BDC

Tints of Medium Orchid #C53BDC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.39%

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

R = 41.39%
G = 12.39%
B = 46.22%

CMYK

 C value IS 0.10

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C53BDC (or 0xC53BDC) is known color: Medium Orchid. HEX triplet: C5, 3B and DC. RGB value is (197,59,220). Sum of RGB (Red+Green+Blue) = 197+59+220=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 59 (23.44% from 255 or 12.39% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #C53BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53BDC is #3AC423. Grayscale: #767676. Windows color (decimal): -3851300 or 14433221. OLE color: 14433221.

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

Color convert

RGB 197 59 220 -
CMYK 0.10 0.73 0 0.14
HSL 291.43º 0.7% 0.55% -
HSV(B) 291.43º 0.73% 0.86% -
XYZ 37.51 20.17 69.63 -
YUV 118.62 185.22 183.91 -
System Red Green Blue C M Y K H S L
Decimal 197 59 220 0.10 0.73 0 0.14 291.43 0.7 0.55
Hex C5 3B DC A 49 0 E 123 46 37
Octal 305 73 334 12 111 0 16 443 106 67
Binary 11000101 111011 11011100 1010 1001001 0 1110 100100011 1000110 110111

Color Harmonies of #C53BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53BDC

Black with #C53BDC

Text Example


Text Example

White with #C53BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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