Html Css Color HEX #C53BEA Medium Orchid

📋 copy color: '#C53BEA'

red 197 ◦ green 59 ◦ blue 234

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

Shades of Medium Orchid #C53BEA

Tints of Medium Orchid #C53BEA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.04%

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

R = 40.2%
G = 12.04%
B = 47.76%

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

#C53BEA (or 0xC53BEA) is known color: Medium Orchid. HEX triplet: C5, 3B and EA. RGB value is (197,59,234). Sum of RGB (Red+Green+Blue) = 197+59+234=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 59 (23.44% from 255 or 12.04% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #C53BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53BEA is #3AC415. Grayscale: #777777. Windows color (decimal): -3851286 or 15350725. OLE color: 15350725.

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

Color convert

RGB 197 59 234 -
CMYK 0.16 0.75 0 0.08
HSL 287.31º 0.81% 0.57% -
HSV(B) 287.31º 0.75% 0.92% -
XYZ 39.44 20.94 79.8 -
YUV 120.21 192.22 182.77 -
System Red Green Blue C M Y K H S L
Decimal 197 59 234 0.16 0.75 0 0.08 287.31 0.81 0.57
Hex C5 3B EA 10 4B 0 8 11F 51 39
Octal 305 73 352 20 113 0 10 437 121 71
Binary 11000101 111011 11101010 10000 1001011 0 1000 100011111 1010001 111001

Color Harmonies of #C53BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53BEA

Black with #C53BEA

Text Example


Text Example

White with #C53BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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