Html Css Color HEX #C53FEA Medium Orchid

📋 copy color: '#C53FEA'

red 197 ◦ green 63 ◦ blue 234

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

Shades of Medium Orchid #C53FEA

Tints of Medium Orchid #C53FEA

RGB

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

 GREEN value IS 63 (25% from 255) = 12.75%

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

R = 39.88%
G = 12.75%
B = 47.37%

CMYK

 C value IS 0.16

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C53FEA (or 0xC53FEA) is known color: Medium Orchid. HEX triplet: C5, 3F and EA. RGB value is (197,63,234). Sum of RGB (Red+Green+Blue) = 197+63+234=494 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.88% from 494); Green value is 63 (25% from 255 or 12.75% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #C53FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53FEA is #3AC015. Grayscale: #7A7A7A. Windows color (decimal): -3850262 or 15351749. OLE color: 15351749.

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

Color convert

RGB 197 63 234 -
CMYK 0.16 0.73 0 0.08
HSL 287.02º 0.8% 0.58% -
HSV(B) 287.02º 0.73% 0.92% -
XYZ 39.65 21.37 79.88 -
YUV 122.56 190.89 181.1 -
System Red Green Blue C M Y K H S L
Decimal 197 63 234 0.16 0.73 0 0.08 287.02 0.8 0.58
Hex C5 3F EA 10 49 0 8 11F 50 3A
Octal 305 77 352 20 111 0 10 437 120 72
Binary 11000101 111111 11101010 10000 1001001 0 1000 100011111 1010000 111010

Color Harmonies of #C53FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53FEA

Black with #C53FEA

Text Example


Text Example

White with #C53FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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