Html Css Color HEX #C53AFF Medium Orchid

📋 copy color: '#C53AFF'

red 197 ◦ green 58 ◦ blue 255

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

Shades of Medium Orchid #C53AFF

Tints of Medium Orchid #C53AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50%

R = 38.63%
G = 11.37%
B = 50%

CMYK

 C value IS 0.23

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C53AFF (or 0xC53AFF) is known color: Medium Orchid. HEX triplet: C5, 3A and FF. RGB value is (197,58,255). Sum of RGB (Red+Green+Blue) = 197+58+255=510 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.63% from 510); Green value is 58 (23.05% from 255 or 11.37% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #C53AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53AFF is #3AC500. Grayscale: #797979. Windows color (decimal): -3851521 or 16726725. OLE color: 16726725.

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

Color convert

RGB 197 58 255 -
CMYK 0.23 0.77 0 0
HSL 282.34º 1% 0.61% -
HSV(B) 282.34º 0.77% 1% -
XYZ 42.59 22.12 96.63 -
YUV 122.02 203.05 181.48 -
System Red Green Blue C M Y K H S L
Decimal 197 58 255 0.23 0.77 0 0 282.34 1 0.61
Hex C5 3A FF 17 4D 0 0 11A 64 3D
Octal 305 72 377 27 115 0 0 432 144 75
Binary 11000101 111010 11111111 10111 1001101 0 0 100011010 1100100 111101

Color Harmonies of #C53AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53AFF

Black with #C53AFF

Text Example


Text Example

White with #C53AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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