Html Css Color HEX #C53AFE Medium Orchid

📋 copy color: '#C53AFE'

red 197 ◦ green 58 ◦ blue 254

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

Shades of Medium Orchid #C53AFE

Tints of Medium Orchid #C53AFE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.39%

 BLUE value IS 254 (99.61% from 255) = 49.9%

R = 38.7%
G = 11.39%
B = 49.9%

CMYK

 C value IS 0.22

 M value IS 0.77

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C53AFE (or 0xC53AFE) is known color: Medium Orchid. HEX triplet: C5, 3A and FE. RGB value is (197,58,254). Sum of RGB (Red+Green+Blue) = 197+58+254=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 58 (23.05% from 255 or 11.39% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #C53AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53AFE is #3AC501. Grayscale: #797979. Windows color (decimal): -3851522 or 16661189. OLE color: 16661189.

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

Color convert

RGB 197 58 254 -
CMYK 0.22 0.77 0 0.00
HSL 282.55º 0.99% 0.61% -
HSV(B) 282.55º 0.77% 1% -
XYZ 42.43 22.05 95.79 -
YUV 121.91 202.55 181.56 -
System Red Green Blue C M Y K H S L
Decimal 197 58 254 0.22 0.77 0 0.00 282.55 0.99 0.61
Hex C5 3A FE 16 4D 0 0 11B 63 3D
Octal 305 72 376 26 115 0 0 433 143 75
Binary 11000101 111010 11111110 10110 1001101 0 0 100011011 1100011 111101

Color Harmonies of #C53AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53AFE

Black with #C53AFE

Text Example


Text Example

White with #C53AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53AFE; }

 p { color: rgb(197,58,254); }

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

background-color css

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

 a { background-color: rgb(197,58,254); }

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

border-color css

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

 span { border-color: rgb(197,58,254); }

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