Html Css Color HEX #C53EE7 Medium Orchid

📋 copy color: '#C53EE7'

red 197 ◦ green 62 ◦ blue 231

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

Shades of Medium Orchid #C53EE7

Tints of Medium Orchid #C53EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 47.14%

R = 40.2%
G = 12.65%
B = 47.14%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C53EE7 (or 0xC53EE7) is known color: Medium Orchid. HEX triplet: C5, 3E and E7. RGB value is (197,62,231). Sum of RGB (Red+Green+Blue) = 197+62+231=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 62 (24.61% from 255 or 12.65% from 490); Blue value is 231 (90.62% from 255 or 47.14% from 490); Max value from RGB is 231 - color contains mainly: blue. Hex color #C53EE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53EE7 is #3AC118. Grayscale: #797979. Windows color (decimal): -3850521 or 15154885. OLE color: 15154885.

HSL color Cylindrical-coordinate representation of color #C53EE7: hue angle of 287.93º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C53EE7 is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 197 62 231 -
CMYK 0.15 0.73 0 0.09
HSL 287.93º 0.78% 0.57% -
HSV(B) 287.93º 0.73% 0.91% -
XYZ 39.17 21.09 77.61 -
YUV 121.63 189.73 181.76 -
System Red Green Blue C M Y K H S L
Decimal 197 62 231 0.15 0.73 0 0.09 287.93 0.78 0.57
Hex C5 3E E7 F 49 0 9 120 4E 39
Octal 305 76 347 17 111 0 11 440 116 71
Binary 11000101 111110 11100111 1111 1001001 0 1001 100100000 1001110 111001

Color Harmonies of #C53EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53EE7

Black with #C53EE7

Text Example


Text Example

White with #C53EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53EE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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