Html Css Color HEX #C140EA Medium Orchid

📋 copy color: '#C140EA'

red 193 ◦ green 64 ◦ blue 234

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

Shades of Medium Orchid #C140EA

Tints of Medium Orchid #C140EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.66%

R = 39.31%
G = 13.03%
B = 47.66%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C140EA (or 0xC140EA) is known color: Medium Orchid. HEX triplet: C1, 40 and EA. RGB value is (193,64,234). Sum of RGB (Red+Green+Blue) = 193+64+234=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 64 (25.39% from 255 or 13.03% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #C140EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C140EA is #3EBF15. Grayscale: #797979. Windows color (decimal): -4112150 or 15352001. OLE color: 15352001.

HSL color Cylindrical-coordinate representation of color #C140EA: hue angle of 285.53º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C140EA is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 64 234 -
CMYK 0.18 0.73 0 0.08
HSL 285.53º 0.8% 0.58% -
HSV(B) 285.53º 0.73% 0.92% -
XYZ 38.68 20.94 79.85 -
YUV 121.95 191.24 178.68 -
System Red Green Blue C M Y K H S L
Decimal 193 64 234 0.18 0.73 0 0.08 285.53 0.8 0.58
Hex C1 40 EA 12 49 0 8 11E 50 3A
Octal 301 100 352 22 111 0 10 436 120 72
Binary 11000001 1000000 11101010 10010 1001001 0 1000 100011110 1010000 111010

Color Harmonies of #C140EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C140EA

Black with #C140EA

Text Example


Text Example

White with #C140EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C140EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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