Html Css Color HEX #C53EEA Medium Orchid

📋 copy color: '#C53EEA'

red 197 ◦ green 62 ◦ blue 234

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

Shades of Medium Orchid #C53EEA

Tints of Medium Orchid #C53EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.46%

R = 39.96%
G = 12.58%
B = 47.46%

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

#C53EEA (or 0xC53EEA) is known color: Medium Orchid. HEX triplet: C5, 3E and EA. RGB value is (197,62,234). Sum of RGB (Red+Green+Blue) = 197+62+234=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 62 (24.61% from 255 or 12.58% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 234 - color contains mainly: blue. Hex color #C53EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53EEA is #3AC115. Grayscale: #797979. Windows color (decimal): -3850518 or 15351493. OLE color: 15351493.

HSL color Cylindrical-coordinate representation of color #C53EEA: hue angle of 287.09º degrees, saturation: 0.8, 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 #C53EEA is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 62 234 -
CMYK 0.16 0.74 0 0.08
HSL 287.09º 0.8% 0.58% -
HSV(B) 287.09º 0.74% 0.92% -
XYZ 39.6 21.26 79.86 -
YUV 121.97 191.23 181.51 -
System Red Green Blue C M Y K H S L
Decimal 197 62 234 0.16 0.74 0 0.08 287.09 0.8 0.58
Hex C5 3E EA 10 4A 0 8 11F 50 3A
Octal 305 76 352 20 112 0 10 437 120 72
Binary 11000101 111110 11101010 10000 1001010 0 1000 100011111 1010000 111010

Color Harmonies of #C53EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53EEA

Black with #C53EEA

Text Example


Text Example

White with #C53EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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