Html Css Color HEX #C137EB Medium Orchid

📋 copy color: '#C137EB'

red 193 ◦ green 55 ◦ blue 235

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

Shades of Medium Orchid #C137EB

Tints of Medium Orchid #C137EB

RGB

 RED value IS 193 (75.78% from 255) = 39.96%

 GREEN value IS 55 (21.88% from 255) = 11.39%

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

R = 39.96%
G = 11.39%
B = 48.65%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C137EB (or 0xC137EB) is known color: Medium Orchid. HEX triplet: C1, 37 and EB. RGB value is (193,55,235). Sum of RGB (Red+Green+Blue) = 193+55+235=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 55 (21.88% from 255 or 11.39% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #C137EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C137EB is #3EC814. Grayscale: #747474. Windows color (decimal): -4114453 or 15415233. OLE color: 15415233.

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

Color convert

RGB 193 55 235 -
CMYK 0.18 0.77 0 0.08
HSL 286º 0.82% 0.57% -
HSV(B) 286º 0.77% 0.92% -
XYZ 38.35 20.07 80.45 -
YUV 116.78 194.72 182.36 -
System Red Green Blue C M Y K H S L
Decimal 193 55 235 0.18 0.77 0 0.08 286 0.82 0.57
Hex C1 37 EB 12 4D 0 8 11E 52 39
Octal 301 67 353 22 115 0 10 436 122 71
Binary 11000001 110111 11101011 10010 1001101 0 1000 100011110 1010010 111001

Color Harmonies of #C137EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C137EB

Black with #C137EB

Text Example


Text Example

White with #C137EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C137EB; }

 p { color: rgb(193,55,235); }

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

background-color css

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

 a { background-color: rgb(193,55,235); }

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

border-color css

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

 span { border-color: rgb(193,55,235); }

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