Html Css Color HEX #C53CFA Medium Orchid

📋 copy color: '#C53CFA'

red 197 ◦ green 60 ◦ blue 250

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

Shades of Medium Orchid #C53CFA

Tints of Medium Orchid #C53CFA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.83%

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

R = 38.86%
G = 11.83%
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

#C53CFA (or 0xC53CFA) is known color: Medium Orchid. HEX triplet: C5, 3C and FA. RGB value is (197,60,250). Sum of RGB (Red+Green+Blue) = 197+60+250=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 60 (23.83% from 255 or 11.83% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #C53CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53CFA is #3AC305. Grayscale: #7A7A7A. Windows color (decimal): -3851014 or 16399557. OLE color: 16399557.

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

Color convert

RGB 197 60 250 -
CMYK 0.21 0.76 0 0.02
HSL 283.26º 0.95% 0.61% -
HSV(B) 283.26º 0.76% 0.98% -
XYZ 41.9 22 92.48 -
YUV 122.62 199.89 181.05 -
System Red Green Blue C M Y K H S L
Decimal 197 60 250 0.21 0.76 0 0.02 283.26 0.95 0.61
Hex C5 3C FA 15 4C 0 2 11B 5F 3D
Octal 305 74 372 25 114 0 2 433 137 75
Binary 11000101 111100 11111010 10101 1001100 0 10 100011011 1011111 111101

Color Harmonies of #C53CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53CFA

Black with #C53CFA

Text Example


Text Example

White with #C53CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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