Html Css Color HEX #C53EEB Medium Orchid

📋 copy color: '#C53EEB'

red 197 ◦ green 62 ◦ blue 235

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

Shades of Medium Orchid #C53EEB

Tints of Medium Orchid #C53EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.57%

R = 39.88%
G = 12.55%
B = 47.57%

CMYK

 C value IS 0.16

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C53EEB (or 0xC53EEB) is known color: Medium Orchid. HEX triplet: C5, 3E and EB. RGB value is (197,62,235). Sum of RGB (Red+Green+Blue) = 197+62+235=494 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.88% from 494); Green value is 62 (24.61% from 255 or 12.55% from 494); Blue value is 235 (92.19% from 255 or 47.57% from 494); Max value from RGB is 235 - color contains mainly: blue. Hex color #C53EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53EEB is #3AC114. Grayscale: #797979. Windows color (decimal): -3850517 or 15417029. OLE color: 15417029.

HSL color Cylindrical-coordinate representation of color #C53EEB: hue angle of 286.82º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C53EEB is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 62 235 -
CMYK 0.16 0.74 0 0.08
HSL 286.82º 0.81% 0.58% -
HSV(B) 286.82º 0.74% 0.92% -
XYZ 39.74 21.31 80.62 -
YUV 122.09 191.73 181.43 -
System Red Green Blue C M Y K H S L
Decimal 197 62 235 0.16 0.74 0 0.08 286.82 0.81 0.58
Hex C5 3E EB 10 4A 0 8 11F 51 3A
Octal 305 76 353 20 112 0 10 437 121 72
Binary 11000101 111110 11101011 10000 1001010 0 1000 100011111 1010001 111010

Color Harmonies of #C53EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53EEB

Black with #C53EEB

Text Example


Text Example

White with #C53EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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