Html Css Color HEX #C53FDC Medium Orchid

📋 copy color: '#C53FDC'

red 197 ◦ green 63 ◦ blue 220

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

Shades of Medium Orchid #C53FDC

Tints of Medium Orchid #C53FDC

RGB

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

 GREEN value IS 63 (25% from 255) = 13.13%

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

R = 41.04%
G = 13.13%
B = 45.83%

CMYK

 C value IS 0.10

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C53FDC (or 0xC53FDC) is known color: Medium Orchid. HEX triplet: C5, 3F and DC. RGB value is (197,63,220). Sum of RGB (Red+Green+Blue) = 197+63+220=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 63 (25% from 255 or 13.12% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #C53FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53FDC is #3AC023. Grayscale: #787878. Windows color (decimal): -3850276 or 14434245. OLE color: 14434245.

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

Color convert

RGB 197 63 220 -
CMYK 0.10 0.71 0 0.14
HSL 291.21º 0.69% 0.55% -
HSV(B) 291.21º 0.71% 0.86% -
XYZ 37.72 20.59 69.7 -
YUV 120.96 183.89 182.23 -
System Red Green Blue C M Y K H S L
Decimal 197 63 220 0.10 0.71 0 0.14 291.21 0.69 0.55
Hex C5 3F DC A 47 0 E 123 45 37
Octal 305 77 334 12 107 0 16 443 105 67
Binary 11000101 111111 11011100 1010 1000111 0 1110 100100011 1000101 110111

Color Harmonies of #C53FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53FDC

Black with #C53FDC

Text Example


Text Example

White with #C53FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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