Html Css Color HEX #C139EC Medium Orchid

📋 copy color: '#C139EC'

red 193 ◦ green 57 ◦ blue 236

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

Shades of Medium Orchid #C139EC

Tints of Medium Orchid #C139EC

RGB

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

 GREEN value IS 57 (22.66% from 255) = 11.73%

 BLUE value IS 236 (92.58% from 255) = 48.56%

R = 39.71%
G = 11.73%
B = 48.56%

CMYK

 C value IS 0.18

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C139EC (or 0xC139EC) is known color: Medium Orchid. HEX triplet: C1, 39 and EC. RGB value is (193,57,236). Sum of RGB (Red+Green+Blue) = 193+57+236=486 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.71% from 486); Green value is 57 (22.66% from 255 or 11.73% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #C139EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C139EC is #3EC613. Grayscale: #757575. Windows color (decimal): -4113940 or 15481281. OLE color: 15481281.

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

Color convert

RGB 193 57 236 -
CMYK 0.18 0.76 0 0.07
HSL 285.59º 0.82% 0.57% -
HSV(B) 285.59º 0.76% 0.93% -
XYZ 38.6 20.32 81.24 -
YUV 118.07 194.56 181.45 -
System Red Green Blue C M Y K H S L
Decimal 193 57 236 0.18 0.76 0 0.07 285.59 0.82 0.57
Hex C1 39 EC 12 4C 0 7 11E 52 39
Octal 301 71 354 22 114 0 7 436 122 71
Binary 11000001 111001 11101100 10010 1001100 0 111 100011110 1010010 111001

Color Harmonies of #C139EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C139EC

Black with #C139EC

Text Example


Text Example

White with #C139EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C139EC; }

 p { color: rgb(193,57,236); }

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

background-color css

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

 a { background-color: rgb(193,57,236); }

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

border-color css

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

 span { border-color: rgb(193,57,236); }

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