Html Css Color HEX #C53FFA Medium Orchid

📋 copy color: '#C53FFA'

red 197 ◦ green 63 ◦ blue 250

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

Shades of Medium Orchid #C53FFA

Tints of Medium Orchid #C53FFA

RGB

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

 GREEN value IS 63 (25% from 255) = 12.35%

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

R = 38.63%
G = 12.35%
B = 49.02%

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

#C53FFA (or 0xC53FFA) is known color: Medium Orchid. HEX triplet: C5, 3F and FA. RGB value is (197,63,250). Sum of RGB (Red+Green+Blue) = 197+63+250=510 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.63% from 510); Green value is 63 (25% from 255 or 12.35% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #C53FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53FFA is #3AC005. Grayscale: #7B7B7B. Windows color (decimal): -3850246 or 16400325. OLE color: 16400325.

HSL color Cylindrical-coordinate representation of color #C53FFA: hue angle of 282.99º 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 #C53FFA is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 63 250 -
CMYK 0.21 0.75 0 0.02
HSL 282.99º 0.95% 0.61% -
HSV(B) 282.99º 0.75% 0.98% -
XYZ 42.06 22.33 92.54 -
YUV 124.38 198.89 179.79 -
System Red Green Blue C M Y K H S L
Decimal 197 63 250 0.21 0.75 0 0.02 282.99 0.95 0.61
Hex C5 3F FA 15 4B 0 2 11B 5F 3D
Octal 305 77 372 25 113 0 2 433 137 75
Binary 11000101 111111 11111010 10101 1001011 0 10 100011011 1011111 111101

Color Harmonies of #C53FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53FFA

Black with #C53FFA

Text Example


Text Example

White with #C53FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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