Html Css Color HEX #C140EF Medium Orchid

📋 copy color: '#C140EF'

red 193 ◦ green 64 ◦ blue 239

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

Shades of Medium Orchid #C140EF

Tints of Medium Orchid #C140EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.19%

R = 38.91%
G = 12.9%
B = 48.19%

CMYK

 C value IS 0.19

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C140EF (or 0xC140EF) is known color: Medium Orchid. HEX triplet: C1, 40 and EF. RGB value is (193,64,239). Sum of RGB (Red+Green+Blue) = 193+64+239=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 64 (25.39% from 255 or 12.90% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 239 - color contains mainly: blue. Hex color #C140EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C140EF is #3EBF10. Grayscale: #797979. Windows color (decimal): -4112145 or 15679681. OLE color: 15679681.

HSL color Cylindrical-coordinate representation of color #C140EF: hue angle of 284.23º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C140EF is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 193 64 239 -
CMYK 0.19 0.73 0 0.06
HSL 284.23º 0.85% 0.59% -
HSV(B) 284.23º 0.73% 0.94% -
XYZ 39.41 21.24 83.68 -
YUV 122.52 193.74 178.27 -
System Red Green Blue C M Y K H S L
Decimal 193 64 239 0.19 0.73 0 0.06 284.23 0.85 0.59
Hex C1 40 EF 13 49 0 6 11C 55 3B
Octal 301 100 357 23 111 0 6 434 125 73
Binary 11000001 1000000 11101111 10011 1001001 0 110 100011100 1010101 111011

Color Harmonies of #C140EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C140EF

Black with #C140EF

Text Example


Text Example

White with #C140EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C140EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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