Html Css Color HEX #C53AFA Medium Orchid

📋 copy color: '#C53AFA'

red 197 ◦ green 58 ◦ blue 250

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

Shades of Medium Orchid #C53AFA

Tints of Medium Orchid #C53AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.5%

R = 39.01%
G = 11.49%
B = 49.5%

CMYK

 C value IS 0.21

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C53AFA (or 0xC53AFA) is known color: Medium Orchid. HEX triplet: C5, 3A and FA. RGB value is (197,58,250). Sum of RGB (Red+Green+Blue) = 197+58+250=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 58 (23.05% from 255 or 11.49% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #C53AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53AFA is #3AC505. Grayscale: #787878. Windows color (decimal): -3851526 or 16399045. OLE color: 16399045.

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

Color convert

RGB 197 58 250 -
CMYK 0.21 0.77 0 0.02
HSL 283.44º 0.95% 0.6% -
HSV(B) 283.44º 0.77% 0.98% -
XYZ 41.79 21.8 92.45 -
YUV 121.45 200.55 181.89 -
System Red Green Blue C M Y K H S L
Decimal 197 58 250 0.21 0.77 0 0.02 283.44 0.95 0.6
Hex C5 3A FA 15 4D 0 2 11B 5F 3C
Octal 305 72 372 25 115 0 2 433 137 74
Binary 11000101 111010 11111010 10101 1001101 0 10 100011011 1011111 111100

Color Harmonies of #C53AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53AFA

Black with #C53AFA

Text Example


Text Example

White with #C53AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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