Html Css Color HEX #C139FB Medium Orchid

📋 copy color: '#C139FB'

red 193 ◦ green 57 ◦ blue 251

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

Shades of Medium Orchid #C139FB

Tints of Medium Orchid #C139FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.1%

R = 38.52%
G = 11.38%
B = 50.1%

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

#C139FB (or 0xC139FB) is known color: Medium Orchid. HEX triplet: C1, 39 and FB. RGB value is (193,57,251). Sum of RGB (Red+Green+Blue) = 193+57+251=501 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.52% from 501); Green value is 57 (22.66% from 255 or 11.38% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #C139FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C139FB is #3EC604. Grayscale: #777777. Windows color (decimal): -4113925 or 16464321. OLE color: 16464321.

HSL color Cylindrical-coordinate representation of color #C139FB: hue angle of 282.06º degrees, saturation: 0.96, 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 #C139FB is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 57 251 -
CMYK 0.23 0.77 0 0.02
HSL 282.06º 0.96% 0.6% -
HSV(B) 282.06º 0.77% 0.98% -
XYZ 40.87 21.23 93.21 -
YUV 119.78 202.06 180.23 -
System Red Green Blue C M Y K H S L
Decimal 193 57 251 0.23 0.77 0 0.02 282.06 0.96 0.6
Hex C1 39 FB 17 4D 0 2 11A 60 3C
Octal 301 71 373 27 115 0 2 432 140 74
Binary 11000001 111001 11111011 10111 1001101 0 10 100011010 1100000 111100

Color Harmonies of #C139FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C139FB

Black with #C139FB

Text Example


Text Example

White with #C139FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C139FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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