Html Css Color HEX #C53CFC Medium Orchid

📋 copy color: '#C53CFC'

red 197 ◦ green 60 ◦ blue 252

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

Shades of Medium Orchid #C53CFC

Tints of Medium Orchid #C53CFC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.79%

 BLUE value IS 252 (98.83% from 255) = 49.51%

R = 38.7%
G = 11.79%
B = 49.51%

CMYK

 C value IS 0.22

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C53CFC (or 0xC53CFC) is known color: Medium Orchid. HEX triplet: C5, 3C and FC. RGB value is (197,60,252). Sum of RGB (Red+Green+Blue) = 197+60+252=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 60 (23.83% from 255 or 11.79% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #C53CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53CFC is #3AC303. Grayscale: #7A7A7A. Windows color (decimal): -3851012 or 16530629. OLE color: 16530629.

HSL color Cylindrical-coordinate representation of color #C53CFC: hue angle of 282.81º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C53CFC is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 197 60 252 -
CMYK 0.22 0.76 0 0.01
HSL 282.81º 0.97% 0.61% -
HSV(B) 282.81º 0.76% 0.99% -
XYZ 42.21 22.13 94.14 -
YUV 122.85 200.89 180.89 -
System Red Green Blue C M Y K H S L
Decimal 197 60 252 0.22 0.76 0 0.01 282.81 0.97 0.61
Hex C5 3C FC 16 4C 0 1 11B 61 3D
Octal 305 74 374 26 114 0 1 433 141 75
Binary 11000101 111100 11111100 10110 1001100 0 1 100011011 1100001 111101

Color Harmonies of #C53CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53CFC

Black with #C53CFC

Text Example


Text Example

White with #C53CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53CFC; }

 p { color: rgb(197,60,252); }

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

background-color css

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

 a { background-color: rgb(197,60,252); }

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

border-color css

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

 span { border-color: rgb(197,60,252); }

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