Html Css Color HEX #C136EF Medium Orchid

📋 copy color: '#C136EF'

red 193 ◦ green 54 ◦ blue 239

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

Shades of Medium Orchid #C136EF

Tints of Medium Orchid #C136EF

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.11%

 BLUE value IS 239 (93.75% from 255) = 49.18%

R = 39.71%
G = 11.11%
B = 49.18%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C136EF (or 0xC136EF) is known color: Medium Orchid. HEX triplet: C1, 36 and EF. RGB value is (193,54,239). Sum of RGB (Red+Green+Blue) = 193+54+239=486 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.71% from 486); Green value is 54 (21.48% from 255 or 11.11% from 486); Blue value is 239 (93.75% from 255 or 49.18% from 486); Max value from RGB is 239 - color contains mainly: blue. Hex color #C136EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C136EF is #3EC910. Grayscale: #747474. Windows color (decimal): -4114705 or 15677121. OLE color: 15677121.

HSL color Cylindrical-coordinate representation of color #C136EF: hue angle of 285.08º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C136EF is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 193 54 239 -
CMYK 0.19 0.77 0 0.06
HSL 285.08º 0.85% 0.57% -
HSV(B) 285.08º 0.77% 0.94% -
XYZ 38.89 20.21 83.51 -
YUV 116.65 197.05 182.46 -
System Red Green Blue C M Y K H S L
Decimal 193 54 239 0.19 0.77 0 0.06 285.08 0.85 0.57
Hex C1 36 EF 13 4D 0 6 11D 55 39
Octal 301 66 357 23 115 0 6 435 125 71
Binary 11000001 110110 11101111 10011 1001101 0 110 100011101 1010101 111001

Color Harmonies of #C136EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C136EF

Black with #C136EF

Text Example


Text Example

White with #C136EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C136EF; }

 p { color: rgb(193,54,239); }

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

background-color css

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

 a { background-color: rgb(193,54,239); }

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

border-color css

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

 span { border-color: rgb(193,54,239); }

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