Html Css Color HEX #C53FFE Medium Orchid

📋 copy color: '#C53FFE'

red 197 ◦ green 63 ◦ blue 254

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

Shades of Medium Orchid #C53FFE

Tints of Medium Orchid #C53FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.42%

R = 38.33%
G = 12.26%
B = 49.42%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C53FFE (or 0xC53FFE) is known color: Medium Orchid. HEX triplet: C5, 3F and FE. RGB value is (197,63,254). Sum of RGB (Red+Green+Blue) = 197+63+254=514 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.33% from 514); Green value is 63 (25% from 255 or 12.26% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #C53FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53FFE is #3AC001. Grayscale: #7C7C7C. Windows color (decimal): -3850242 or 16662469. OLE color: 16662469.

HSL color Cylindrical-coordinate representation of color #C53FFE: hue angle of 282.09º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C53FFE is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 197 63 254 -
CMYK 0.22 0.75 0 0.00
HSL 282.09º 0.99% 0.62% -
HSV(B) 282.09º 0.75% 1% -
XYZ 42.69 22.58 95.87 -
YUV 124.84 200.89 179.47 -
System Red Green Blue C M Y K H S L
Decimal 197 63 254 0.22 0.75 0 0.00 282.09 0.99 0.62
Hex C5 3F FE 16 4B 0 0 11A 63 3E
Octal 305 77 376 26 113 0 0 432 143 76
Binary 11000101 111111 11111110 10110 1001011 0 0 100011010 1100011 111110

Color Harmonies of #C53FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53FFE

Black with #C53FFE

Text Example


Text Example

White with #C53FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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