Html Css Color HEX #C139F1 Medium Orchid

📋 copy color: '#C139F1'

red 193 ◦ green 57 ◦ blue 241

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

Shades of Medium Orchid #C139F1

Tints of Medium Orchid #C139F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 49.08%

R = 39.31%
G = 11.61%
B = 49.08%

CMYK

 C value IS 0.20

 M value IS 0.76

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C139F1 (or 0xC139F1) is known color: Medium Orchid. HEX triplet: C1, 39 and F1. RGB value is (193,57,241). Sum of RGB (Red+Green+Blue) = 193+57+241=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 57 (22.66% from 255 or 11.61% from 491); Blue value is 241 (94.53% from 255 or 49.08% from 491); Max value from RGB is 241 - color contains mainly: blue. Hex color #C139F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C139F1 is #3EC60E. Grayscale: #767676. Windows color (decimal): -4113935 or 15808961. OLE color: 15808961.

HSL color Cylindrical-coordinate representation of color #C139F1: hue angle of 284.35º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C139F1 is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 193 57 241 -
CMYK 0.20 0.76 0 0.05
HSL 284.35º 0.87% 0.58% -
HSV(B) 284.35º 0.76% 0.95% -
XYZ 39.33 20.61 85.13 -
YUV 118.64 197.06 181.04 -
System Red Green Blue C M Y K H S L
Decimal 193 57 241 0.20 0.76 0 0.05 284.35 0.87 0.58
Hex C1 39 F1 14 4C 0 5 11C 57 3A
Octal 301 71 361 24 114 0 5 434 127 72
Binary 11000001 111001 11110001 10100 1001100 0 101 100011100 1010111 111010

Color Harmonies of #C139F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C139F1

Black with #C139F1

Text Example


Text Example

White with #C139F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C139F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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