Html Css Color HEX #C53FD5 Medium Orchid

📋 copy color: '#C53FD5'

red 197 ◦ green 63 ◦ blue 213

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

Shades of Medium Orchid #C53FD5

Tints of Medium Orchid #C53FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.03%

R = 41.65%
G = 13.32%
B = 45.03%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C53FD5 (or 0xC53FD5) is known color: Medium Orchid. HEX triplet: C5, 3F and D5. RGB value is (197,63,213). Sum of RGB (Red+Green+Blue) = 197+63+213=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 63 (25% from 255 or 13.32% from 473); Blue value is 213 (83.59% from 255 or 45.03% from 473); Max value from RGB is 213 - color contains mainly: blue. Hex color #C53FD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53FD5 is #3AC02A. Grayscale: #777777. Windows color (decimal): -3850283 or 13975493. OLE color: 13975493.

HSL color Cylindrical-coordinate representation of color #C53FD5: hue angle of 293.6º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C53FD5 is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 63 213 -
CMYK 0.08 0.70 0 0.16
HSL 293.6º 0.64% 0.54% -
HSV(B) 293.6º 0.7% 0.84% -
XYZ 36.81 20.23 64.92 -
YUV 120.17 180.39 182.8 -
System Red Green Blue C M Y K H S L
Decimal 197 63 213 0.08 0.70 0 0.16 293.6 0.64 0.54
Hex C5 3F D5 8 46 0 10 126 40 36
Octal 305 77 325 10 106 0 20 446 100 66
Binary 11000101 111111 11010101 1000 1000110 0 10000 100100110 1000000 110110

Color Harmonies of #C53FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53FD5

Black with #C53FD5

Text Example


Text Example

White with #C53FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53FD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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