Html Css Color HEX #C53DEF Medium Orchid

📋 copy color: '#C53DEF'

red 197 ◦ green 61 ◦ blue 239

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

Shades of Medium Orchid #C53DEF

Tints of Medium Orchid #C53DEF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.27%

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

R = 39.64%
G = 12.27%
B = 48.09%

CMYK

 C value IS 0.18

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C53DEF (or 0xC53DEF) is known color: Medium Orchid. HEX triplet: C5, 3D and EF. RGB value is (197,61,239). Sum of RGB (Red+Green+Blue) = 197+61+239=497 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.64% from 497); Green value is 61 (24.22% from 255 or 12.27% from 497); Blue value is 239 (93.75% from 255 or 48.09% from 497); Max value from RGB is 239 - color contains mainly: blue. Hex color #C53DEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53DEF is #3AC210. Grayscale: #797979. Windows color (decimal): -3850769 or 15678917. OLE color: 15678917.

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

Color convert

RGB 197 61 239 -
CMYK 0.18 0.74 0 0.06
HSL 285.84º 0.85% 0.59% -
HSV(B) 285.84º 0.74% 0.94% -
XYZ 40.27 21.44 83.68 -
YUV 121.96 194.06 181.53 -
System Red Green Blue C M Y K H S L
Decimal 197 61 239 0.18 0.74 0 0.06 285.84 0.85 0.59
Hex C5 3D EF 12 4A 0 6 11E 55 3B
Octal 305 75 357 22 112 0 6 436 125 73
Binary 11000101 111101 11101111 10010 1001010 0 110 100011110 1010101 111011

Color Harmonies of #C53DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53DEF

Black with #C53DEF

Text Example


Text Example

White with #C53DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53DEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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