Html Css Color HEX #C53BEB Medium Orchid

📋 copy color: '#C53BEB'

red 197 ◦ green 59 ◦ blue 235

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

Shades of Medium Orchid #C53BEB

Tints of Medium Orchid #C53BEB

RGB

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

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

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

R = 40.12%
G = 12.02%
B = 47.86%

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

#C53BEB (or 0xC53BEB) is known color: Medium Orchid. HEX triplet: C5, 3B and EB. RGB value is (197,59,235). Sum of RGB (Red+Green+Blue) = 197+59+235=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 59 (23.44% from 255 or 12.02% from 491); Blue value is 235 (92.19% from 255 or 47.86% from 491); Max value from RGB is 235 - color contains mainly: blue. Hex color #C53BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53BEB is #3AC414. Grayscale: #777777. Windows color (decimal): -3851285 or 15416261. OLE color: 15416261.

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

Color convert

RGB 197 59 235 -
CMYK 0.16 0.75 0 0.08
HSL 287.05º 0.81% 0.58% -
HSV(B) 287.05º 0.75% 0.92% -
XYZ 39.59 21 80.56 -
YUV 120.33 192.72 182.69 -
System Red Green Blue C M Y K H S L
Decimal 197 59 235 0.16 0.75 0 0.08 287.05 0.81 0.58
Hex C5 3B EB 10 4B 0 8 11F 51 3A
Octal 305 73 353 20 113 0 10 437 121 72
Binary 11000101 111011 11101011 10000 1001011 0 1000 100011111 1010001 111010

Color Harmonies of #C53BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53BEB

Black with #C53BEB

Text Example


Text Example

White with #C53BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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