Html Css Color HEX #C53BF9 Medium Orchid

📋 copy color: '#C53BF9'

red 197 ◦ green 59 ◦ blue 249

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

Shades of Medium Orchid #C53BF9

Tints of Medium Orchid #C53BF9

RGB

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

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

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

R = 39.01%
G = 11.68%
B = 49.31%

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

#C53BF9 (or 0xC53BF9) is known color: Medium Orchid. HEX triplet: C5, 3B and F9. RGB value is (197,59,249). Sum of RGB (Red+Green+Blue) = 197+59+249=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 59 (23.44% from 255 or 11.68% from 505); Blue value is 249 (97.66% from 255 or 49.31% from 505); Max value from RGB is 249 - color contains mainly: blue. Hex color #C53BF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53BF9 is #3AC406. Grayscale: #797979. Windows color (decimal): -3851271 or 16333765. OLE color: 16333765.

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

Color convert

RGB 197 59 249 -
CMYK 0.21 0.76 0 0.02
HSL 283.58º 0.94% 0.6% -
HSV(B) 283.58º 0.76% 0.98% -
XYZ 41.69 21.84 91.64 -
YUV 121.92 199.72 181.55 -
System Red Green Blue C M Y K H S L
Decimal 197 59 249 0.21 0.76 0 0.02 283.58 0.94 0.6
Hex C5 3B F9 15 4C 0 2 11C 5E 3C
Octal 305 73 371 25 114 0 2 434 136 74
Binary 11000101 111011 11111001 10101 1001100 0 10 100011100 1011110 111100

Color Harmonies of #C53BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53BF9

Black with #C53BF9

Text Example


Text Example

White with #C53BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53BF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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