#c14ed8

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

Shades of Medium Orchid #C14ED8

Tints of Medium Orchid #C14ED8

Color information

#C14ED8 (or 0xC14ED8) is unknown color: approx Medium Orchid. HEX triplet: C1, 4E and D8. RGB value is (193,78,216). Sum of RGB (Red+Green+Blue) = 193+78+216=487 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.63% from 487); Green value is 78 (30.86% from 255 or 16.02% from 487); Blue value is 216 (84.77% from 255 or 44.35% from 487); Max value from RGB is 216 - color contains mainly: blue. Hex color #C14ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14ED8 is #3EB127. Grayscale: #7F7F7F. Windows color (decimal): -4108584 or 14175937. OLE color: 14175937.

HSL color Cylindrical-coordinate representation of color #C14ED8: hue angle of 290º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C14ED8 is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19378216-
CMYK0.110.6400.15
HSL290º63.89%57.65%-
HSV(B)290º63.89%84.71%-
XYZ37.1121.7467.21-
YUV128.12177.6174.28-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.63%
GREEN value IS 78 (30.86% from 255) = 16.02%
BLUE value IS 216 (84.77% from 255) = 44.35%
R=39.63%
G=16.02%
B=44.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal193782160.110.6400.1529063.8957.65
HexC14ED8B400F122403a
Octal3011163301310001744210072
Binary1100000110011101101100010111000000011111001000101000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c14ed8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c14ed8; }

 p { color: rgb(193,78,216); }

 H1.HeaderClassName
 {
   color: #c14ed8;
 }
 .AnyTagClassName
 {
   color: #c14ed8;
 }
</style>
background-color css

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

 a { background-color: rgb(193,78,216); }

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

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

 span { border-color: rgb(193,78,216); }

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