Html Css Color HEX #C53AEB Medium Orchid

📋 copy color: '#C53AEB'

red 197 ◦ green 58 ◦ blue 235

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

Shades of Medium Orchid #C53AEB

Tints of Medium Orchid #C53AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.96%

R = 40.2%
G = 11.84%
B = 47.96%

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

#C53AEB (or 0xC53AEB) is known color: Medium Orchid. HEX triplet: C5, 3A and EB. RGB value is (197,58,235). Sum of RGB (Red+Green+Blue) = 197+58+235=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 58 (23.05% from 255 or 11.84% from 490); Blue value is 235 (92.19% from 255 or 47.96% from 490); Max value from RGB is 235 - color contains mainly: blue. Hex color #C53AEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53AEB is #3AC514. Grayscale: #777777. Windows color (decimal): -3851541 or 15416005. OLE color: 15416005.

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

Color convert

RGB 197 58 235 -
CMYK 0.16 0.75 0 0.08
HSL 287.12º 0.82% 0.57% -
HSV(B) 287.12º 0.75% 0.92% -
XYZ 39.53 20.89 80.55 -
YUV 119.74 193.05 183.11 -
System Red Green Blue C M Y K H S L
Decimal 197 58 235 0.16 0.75 0 0.08 287.12 0.82 0.57
Hex C5 3A EB 10 4B 0 8 11F 52 39
Octal 305 72 353 20 113 0 10 437 122 71
Binary 11000101 111010 11101011 10000 1001011 0 1000 100011111 1010010 111001

Color Harmonies of #C53AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53AEB

Black with #C53AEB

Text Example


Text Example

White with #C53AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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