Html Css Color HEX #C53EFA Medium Orchid

📋 copy color: '#C53EFA'

red 197 ◦ green 62 ◦ blue 250

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

Shades of Medium Orchid #C53EFA

Tints of Medium Orchid #C53EFA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.18%

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

R = 38.7%
G = 12.18%
B = 49.12%

CMYK

 C value IS 0.21

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C53EFA (or 0xC53EFA) is known color: Medium Orchid. HEX triplet: C5, 3E and FA. RGB value is (197,62,250). Sum of RGB (Red+Green+Blue) = 197+62+250=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 62 (24.61% from 255 or 12.18% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #C53EFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53EFA is #3AC105. Grayscale: #7B7B7B. Windows color (decimal): -3850502 or 16400069. OLE color: 16400069.

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

Color convert

RGB 197 62 250 -
CMYK 0.21 0.75 0 0.02
HSL 283.09º 0.95% 0.61% -
HSV(B) 283.09º 0.75% 0.98% -
XYZ 42 22.22 92.52 -
YUV 123.8 199.23 180.21 -
System Red Green Blue C M Y K H S L
Decimal 197 62 250 0.21 0.75 0 0.02 283.09 0.95 0.61
Hex C5 3E FA 15 4B 0 2 11B 5F 3D
Octal 305 76 372 25 113 0 2 433 137 75
Binary 11000101 111110 11111010 10101 1001011 0 10 100011011 1011111 111101

Color Harmonies of #C53EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53EFA

Black with #C53EFA

Text Example


Text Example

White with #C53EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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