Html Css Color HEX #C53CEF Medium Orchid

📋 copy color: '#C53CEF'

red 197 ◦ green 60 ◦ blue 239

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

Shades of Medium Orchid #C53CEF

Tints of Medium Orchid #C53CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.19%

R = 39.72%
G = 12.1%
B = 48.19%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C53CEF (or 0xC53CEF) is known color: Medium Orchid. HEX triplet: C5, 3C and EF. RGB value is (197,60,239). Sum of RGB (Red+Green+Blue) = 197+60+239=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 60 (23.83% from 255 or 12.10% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 239 - color contains mainly: blue. Hex color #C53CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53CEF is #3AC310. Grayscale: #787878. Windows color (decimal): -3851025 or 15678661. OLE color: 15678661.

HSL color Cylindrical-coordinate representation of color #C53CEF: hue angle of 285.92º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C53CEF is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 197 60 239 -
CMYK 0.18 0.75 0 0.06
HSL 285.92º 0.85% 0.59% -
HSV(B) 285.92º 0.75% 0.94% -
XYZ 40.22 21.33 83.66 -
YUV 121.37 194.39 181.95 -
System Red Green Blue C M Y K H S L
Decimal 197 60 239 0.18 0.75 0 0.06 285.92 0.85 0.59
Hex C5 3C EF 12 4B 0 6 11E 55 3B
Octal 305 74 357 22 113 0 6 436 125 73
Binary 11000101 111100 11101111 10010 1001011 0 110 100011110 1010101 111011

Color Harmonies of #C53CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53CEF

Black with #C53CEF

Text Example


Text Example

White with #C53CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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