#C140EA

Color #C140EA Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C140EA

Tints of Medium Orchid #C140EA

Color information

#C140EA (or 0xC140EA) is unknown color: approx 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

RGB19364234-
CMYK0.180.7300.08
HSL285.53º80.19%58.43%-
HSV(B)285.53º72.65%91.76%-
XYZ38.6820.9479.85-
YUV121.95191.24178.68-

RGB Variations

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

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.80% from 255) = 47.66%
R=39.31%
G=13.03%
B=47.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal193642340.180.7300.08285.5380.1958.43
HexC140EA12490811e503a
Octal3011003522211101043612072
Binary11000001100000011101010100101001001010001000111101010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C140EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>