Html Css Color HEX #C140EC Medium Orchid

📋 copy color: '#C140EC'

red 193 ◦ green 64 ◦ blue 236

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

Shades of Medium Orchid #C140EC

Tints of Medium Orchid #C140EC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.98%

 BLUE value IS 236 (92.58% from 255) = 47.87%

R = 39.15%
G = 12.98%
B = 47.87%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C140EC (or 0xC140EC) is known color: Medium Orchid. HEX triplet: C1, 40 and EC. RGB value is (193,64,236). Sum of RGB (Red+Green+Blue) = 193+64+236=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 64 (25.39% from 255 or 12.98% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #C140EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C140EC is #3EBF13. Grayscale: #797979. Windows color (decimal): -4112148 or 15483073. OLE color: 15483073.

HSL color Cylindrical-coordinate representation of color #C140EC: hue angle of 285º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C140EC is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 64 236 -
CMYK 0.18 0.73 0 0.07
HSL 285º 0.82% 0.59% -
HSV(B) 285º 0.73% 0.93% -
XYZ 38.97 21.06 81.37 -
YUV 122.18 192.24 178.51 -
System Red Green Blue C M Y K H S L
Decimal 193 64 236 0.18 0.73 0 0.07 285 0.82 0.59
Hex C1 40 EC 12 49 0 7 11D 52 3B
Octal 301 100 354 22 111 0 7 435 122 73
Binary 11000001 1000000 11101100 10010 1001001 0 111 100011101 1010010 111011

Color Harmonies of #C140EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C140EC

Black with #C140EC

Text Example


Text Example

White with #C140EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C140EC; }

 p { color: rgb(193,64,236); }

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

background-color css

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

 a { background-color: rgb(193,64,236); }

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

border-color css

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

 span { border-color: rgb(193,64,236); }

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