Html Css Color HEX #C53DEC Medium Orchid

📋 copy color: '#C53DEC'

red 197 ◦ green 61 ◦ blue 236

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

Shades of Medium Orchid #C53DEC

Tints of Medium Orchid #C53DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.77%

R = 39.88%
G = 12.35%
B = 47.77%

CMYK

 C value IS 0.17

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C53DEC (or 0xC53DEC) is known color: Medium Orchid. HEX triplet: C5, 3D and EC. RGB value is (197,61,236). Sum of RGB (Red+Green+Blue) = 197+61+236=494 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.88% from 494); Green value is 61 (24.22% from 255 or 12.35% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 236 - color contains mainly: blue. Hex color #C53DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53DEC is #3AC213. Grayscale: #797979. Windows color (decimal): -3850772 or 15482309. OLE color: 15482309.

HSL color Cylindrical-coordinate representation of color #C53DEC: hue angle of 286.63º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C53DEC is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 61 236 -
CMYK 0.17 0.74 0 0.07
HSL 286.63º 0.82% 0.58% -
HSV(B) 286.63º 0.74% 0.93% -
XYZ 39.84 21.26 81.36 -
YUV 121.61 192.56 181.77 -
System Red Green Blue C M Y K H S L
Decimal 197 61 236 0.17 0.74 0 0.07 286.63 0.82 0.58
Hex C5 3D EC 11 4A 0 7 11F 52 3A
Octal 305 75 354 21 112 0 7 437 122 72
Binary 11000101 111101 11101100 10001 1001010 0 111 100011111 1010010 111010

Color Harmonies of #C53DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53DEC

Black with #C53DEC

Text Example


Text Example

White with #C53DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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