Html Css Color HEX #C139DC Medium Orchid

📋 copy color: '#C139DC'

red 193 ◦ green 57 ◦ blue 220

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

Shades of Medium Orchid #C139DC

Tints of Medium Orchid #C139DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.81%

R = 41.06%
G = 12.13%
B = 46.81%

CMYK

 C value IS 0.12

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C139DC (or 0xC139DC) is known color: Medium Orchid. HEX triplet: C1, 39 and DC. RGB value is (193,57,220). Sum of RGB (Red+Green+Blue) = 193+57+220=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 57 (22.66% from 255 or 12.13% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #C139DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C139DC is #3EC623. Grayscale: #737373. Windows color (decimal): -4113956 or 14432705. OLE color: 14432705.

HSL color Cylindrical-coordinate representation of color #C139DC: hue angle of 290.06º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C139DC is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 57 220 -
CMYK 0.12 0.74 0 0.14
HSL 290.06º 0.7% 0.54% -
HSV(B) 290.06º 0.74% 0.86% -
XYZ 36.37 19.43 69.54 -
YUV 116.25 186.56 182.75 -
System Red Green Blue C M Y K H S L
Decimal 193 57 220 0.12 0.74 0 0.14 290.06 0.7 0.54
Hex C1 39 DC C 4A 0 E 122 46 36
Octal 301 71 334 14 112 0 16 442 106 66
Binary 11000001 111001 11011100 1100 1001010 0 1110 100100010 1000110 110110

Color Harmonies of #C139DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C139DC

Black with #C139DC

Text Example


Text Example

White with #C139DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C139DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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