Html Css Color HEX #C139CE Medium Orchid

📋 copy color: '#C139CE'

red 193 ◦ green 57 ◦ blue 206

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

Shades of Medium Orchid #C139CE

Tints of Medium Orchid #C139CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.18%

R = 42.32%
G = 12.5%
B = 45.18%

CMYK

 C value IS 0.06

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C139CE (or 0xC139CE) is known color: Medium Orchid. HEX triplet: C1, 39 and CE. RGB value is (193,57,206). Sum of RGB (Red+Green+Blue) = 193+57+206=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 57 (22.66% from 255 or 12.5% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #C139CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C139CE is #3EC631. Grayscale: #727272. Windows color (decimal): -4113970 or 13515201. OLE color: 13515201.

HSL color Cylindrical-coordinate representation of color #C139CE: hue angle of 294.77º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C139CE is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 57 206 -
CMYK 0.06 0.72 0 0.19
HSL 294.77º 0.6% 0.52% -
HSV(B) 294.77º 0.72% 0.81% -
XYZ 34.6 18.72 60.18 -
YUV 114.65 179.56 183.88 -
System Red Green Blue C M Y K H S L
Decimal 193 57 206 0.06 0.72 0 0.19 294.77 0.6 0.52
Hex C1 39 CE 6 48 0 13 127 3C 34
Octal 301 71 316 6 110 0 23 447 74 64
Binary 11000001 111001 11001110 110 1001000 0 10011 100100111 111100 110100

Color Harmonies of #C139CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C139CE

Black with #C139CE

Text Example


Text Example

White with #C139CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C139CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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