Html Css Color HEX #C139FA Medium Orchid

📋 copy color: '#C139FA'

red 193 ◦ green 57 ◦ blue 250

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

Shades of Medium Orchid #C139FA

Tints of Medium Orchid #C139FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50%

R = 38.6%
G = 11.4%
B = 50%

CMYK

 C value IS 0.23

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C139FA (or 0xC139FA) is known color: Medium Orchid. HEX triplet: C1, 39 and FA. RGB value is (193,57,250). Sum of RGB (Red+Green+Blue) = 193+57+250=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 57 (22.66% from 255 or 11.4% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #C139FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C139FA is #3EC605. Grayscale: #777777. Windows color (decimal): -4113926 or 16398785. OLE color: 16398785.

HSL color Cylindrical-coordinate representation of color #C139FA: hue angle of 282.28º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C139FA is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 57 250 -
CMYK 0.23 0.77 0 0.02
HSL 282.28º 0.95% 0.6% -
HSV(B) 282.28º 0.77% 0.98% -
XYZ 40.71 21.17 92.38 -
YUV 119.67 201.56 180.31 -
System Red Green Blue C M Y K H S L
Decimal 193 57 250 0.23 0.77 0 0.02 282.28 0.95 0.6
Hex C1 39 FA 17 4D 0 2 11A 5F 3C
Octal 301 71 372 27 115 0 2 432 137 74
Binary 11000001 111001 11111010 10111 1001101 0 10 100011010 1011111 111100

Color Harmonies of #C139FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C139FA

Black with #C139FA

Text Example


Text Example

White with #C139FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C139FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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