Html Css Color HEX #C53EED Medium Orchid

📋 copy color: '#C53EED'

red 197 ◦ green 62 ◦ blue 237

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

Shades of Medium Orchid #C53EED

Tints of Medium Orchid #C53EED

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.5%

 BLUE value IS 237 (92.97% from 255) = 47.78%

R = 39.72%
G = 12.5%
B = 47.78%

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

#C53EED (or 0xC53EED) is known color: Medium Orchid. HEX triplet: C5, 3E and ED. RGB value is (197,62,237). Sum of RGB (Red+Green+Blue) = 197+62+237=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 62 (24.61% from 255 or 12.5% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #C53EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53EED is #3AC112. Grayscale: #797979. Windows color (decimal): -3850515 or 15548101. OLE color: 15548101.

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

Color convert

RGB 197 62 237 -
CMYK 0.17 0.74 0 0.07
HSL 286.29º 0.83% 0.59% -
HSV(B) 286.29º 0.74% 0.93% -
XYZ 40.03 21.43 82.15 -
YUV 122.32 192.73 181.27 -
System Red Green Blue C M Y K H S L
Decimal 197 62 237 0.17 0.74 0 0.07 286.29 0.83 0.59
Hex C5 3E ED 11 4A 0 7 11E 53 3B
Octal 305 76 355 21 112 0 7 436 123 73
Binary 11000101 111110 11101101 10001 1001010 0 111 100011110 1010011 111011

Color Harmonies of #C53EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53EED

Black with #C53EED

Text Example


Text Example

White with #C53EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53EED; }

 p { color: rgb(197,62,237); }

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

background-color css

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

 a { background-color: rgb(197,62,237); }

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

border-color css

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

 span { border-color: rgb(197,62,237); }

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