Html Css Color HEX #C139EB Medium Orchid

📋 copy color: '#C139EB'

red 193 ◦ green 57 ◦ blue 235

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

Shades of Medium Orchid #C139EB

Tints of Medium Orchid #C139EB

RGB

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

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

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

R = 39.79%
G = 11.75%
B = 48.45%

CMYK

 C value IS 0.18

 M value IS 0.76

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C139EB (or 0xC139EB) is known color: Medium Orchid. HEX triplet: C1, 39 and EB. RGB value is (193,57,235). Sum of RGB (Red+Green+Blue) = 193+57+235=485 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.79% from 485); Green value is 57 (22.66% from 255 or 11.75% from 485); Blue value is 235 (92.19% from 255 or 48.45% from 485); Max value from RGB is 235 - color contains mainly: blue. Hex color #C139EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C139EB is #3EC614. Grayscale: #757575. Windows color (decimal): -4113941 or 15415745. OLE color: 15415745.

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

Color convert

RGB 193 57 235 -
CMYK 0.18 0.76 0 0.08
HSL 285.84º 0.82% 0.57% -
HSV(B) 285.84º 0.76% 0.92% -
XYZ 38.45 20.26 80.48 -
YUV 117.96 194.06 181.53 -
System Red Green Blue C M Y K H S L
Decimal 193 57 235 0.18 0.76 0 0.08 285.84 0.82 0.57
Hex C1 39 EB 12 4C 0 8 11E 52 39
Octal 301 71 353 22 114 0 10 436 122 71
Binary 11000001 111001 11101011 10010 1001100 0 1000 100011110 1010010 111001

Color Harmonies of #C139EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C139EB

Black with #C139EB

Text Example


Text Example

White with #C139EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C139EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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