Html Css Color HEX #C53CF9 Medium Orchid

📋 copy color: '#C53CF9'

red 197 ◦ green 60 ◦ blue 249

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

Shades of Medium Orchid #C53CF9

Tints of Medium Orchid #C53CF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.21%

R = 38.93%
G = 11.86%
B = 49.21%

CMYK

 C value IS 0.21

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C53CF9 (or 0xC53CF9) is known color: Medium Orchid. HEX triplet: C5, 3C and F9. RGB value is (197,60,249). Sum of RGB (Red+Green+Blue) = 197+60+249=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 60 (23.83% from 255 or 11.86% from 506); Blue value is 249 (97.66% from 255 or 49.21% from 506); Max value from RGB is 249 - color contains mainly: blue. Hex color #C53CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53CF9 is #3AC306. Grayscale: #797979. Windows color (decimal): -3851015 or 16334021. OLE color: 16334021.

HSL color Cylindrical-coordinate representation of color #C53CF9: hue angle of 283.49º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C53CF9 is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 60 249 -
CMYK 0.21 0.76 0 0.02
HSL 283.49º 0.94% 0.61% -
HSV(B) 283.49º 0.76% 0.98% -
XYZ 41.74 21.94 91.66 -
YUV 122.51 199.39 181.13 -
System Red Green Blue C M Y K H S L
Decimal 197 60 249 0.21 0.76 0 0.02 283.49 0.94 0.61
Hex C5 3C F9 15 4C 0 2 11B 5E 3D
Octal 305 74 371 25 114 0 2 433 136 75
Binary 11000101 111100 11111001 10101 1001100 0 10 100011011 1011110 111101

Color Harmonies of #C53CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53CF9

Black with #C53CF9

Text Example


Text Example

White with #C53CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53CF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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