Html Css Color HEX #C139F2 Medium Orchid

📋 copy color: '#C139F2'

red 193 ◦ green 57 ◦ blue 242

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

Shades of Medium Orchid #C139F2

Tints of Medium Orchid #C139F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 49.19%

R = 39.23%
G = 11.59%
B = 49.19%

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

#C139F2 (or 0xC139F2) is known color: Medium Orchid. HEX triplet: C1, 39 and F2. RGB value is (193,57,242). Sum of RGB (Red+Green+Blue) = 193+57+242=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 57 (22.66% from 255 or 11.59% from 492); Blue value is 242 (94.92% from 255 or 49.19% from 492); Max value from RGB is 242 - color contains mainly: blue. Hex color #C139F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C139F2 is #3EC60D. Grayscale: #767676. Windows color (decimal): -4113934 or 15874497. OLE color: 15874497.

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

Color convert

RGB 193 57 242 -
CMYK 0.20 0.76 0 0.05
HSL 284.11º 0.88% 0.59% -
HSV(B) 284.11º 0.76% 0.95% -
XYZ 39.48 20.67 85.91 -
YUV 118.75 197.56 180.96 -
System Red Green Blue C M Y K H S L
Decimal 193 57 242 0.20 0.76 0 0.05 284.11 0.88 0.59
Hex C1 39 F2 14 4C 0 5 11C 58 3B
Octal 301 71 362 24 114 0 5 434 130 73
Binary 11000001 111001 11110010 10100 1001100 0 101 100011100 1011000 111011

Color Harmonies of #C139F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C139F2

Black with #C139F2

Text Example


Text Example

White with #C139F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C139F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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