Html Css Color HEX #C53FEB Medium Orchid

📋 copy color: '#C53FEB'

red 197 ◦ green 63 ◦ blue 235

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

Shades of Medium Orchid #C53FEB

Tints of Medium Orchid #C53FEB

RGB

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

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

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

R = 39.8%
G = 12.73%
B = 47.47%

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

#C53FEB (or 0xC53FEB) is known color: Medium Orchid. HEX triplet: C5, 3F and EB. RGB value is (197,63,235). Sum of RGB (Red+Green+Blue) = 197+63+235=495 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.80% from 495); Green value is 63 (25% from 255 or 12.73% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 235 - color contains mainly: blue. Hex color #C53FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53FEB is #3AC014. Grayscale: #7A7A7A. Windows color (decimal): -3850261 or 15417285. OLE color: 15417285.

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

Color convert

RGB 197 63 235 -
CMYK 0.16 0.73 0 0.08
HSL 286.74º 0.81% 0.58% -
HSV(B) 286.74º 0.73% 0.92% -
XYZ 39.8 21.42 80.63 -
YUV 122.67 191.39 181.01 -
System Red Green Blue C M Y K H S L
Decimal 197 63 235 0.16 0.73 0 0.08 286.74 0.81 0.58
Hex C5 3F EB 10 49 0 8 11F 51 3A
Octal 305 77 353 20 111 0 10 437 121 72
Binary 11000101 111111 11101011 10000 1001001 0 1000 100011111 1010001 111010

Color Harmonies of #C53FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53FEB

Black with #C53FEB

Text Example


Text Example

White with #C53FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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