Html Css Color HEX #C53AEA Medium Orchid

📋 copy color: '#C53AEA'

red 197 ◦ green 58 ◦ blue 234

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

Shades of Medium Orchid #C53AEA

Tints of Medium Orchid #C53AEA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.86%

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

R = 40.29%
G = 11.86%
B = 47.85%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C53AEA (or 0xC53AEA) is known color: Medium Orchid. HEX triplet: C5, 3A and EA. RGB value is (197,58,234). Sum of RGB (Red+Green+Blue) = 197+58+234=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 58 (23.05% from 255 or 11.86% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 234 - color contains mainly: blue. Hex color #C53AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53AEA is #3AC515. Grayscale: #777777. Windows color (decimal): -3851542 or 15350469. OLE color: 15350469.

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

Color convert

RGB 197 58 234 -
CMYK 0.16 0.75 0 0.08
HSL 287.39º 0.81% 0.57% -
HSV(B) 287.39º 0.75% 0.92% -
XYZ 39.39 20.84 79.79 -
YUV 119.63 192.55 183.19 -
System Red Green Blue C M Y K H S L
Decimal 197 58 234 0.16 0.75 0 0.08 287.39 0.81 0.57
Hex C5 3A EA 10 4B 0 8 11F 51 39
Octal 305 72 352 20 113 0 10 437 121 71
Binary 11000101 111010 11101010 10000 1001011 0 1000 100011111 1010001 111001

Color Harmonies of #C53AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53AEA

Black with #C53AEA

Text Example


Text Example

White with #C53AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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