#C14DD6

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

Shades of Medium Orchid #C14DD6

Tints of Medium Orchid #C14DD6

Color information

#C14DD6 (or 0xC14DD6) is unknown color: approx Medium Orchid. HEX triplet: C1, 4D and D6. RGB value is (193,77,214). Sum of RGB (Red+Green+Blue) = 193+77+214=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 77 (30.47% from 255 or 15.91% from 484); Blue value is 214 (83.98% from 255 or 44.21% from 484); Max value from RGB is 214 - color contains mainly: blue. Hex color #C14DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14DD6 is #3EB229. Grayscale: #7E7E7E. Windows color (decimal): -4108842 or 14044609. OLE color: 14044609.

HSL color Cylindrical-coordinate representation of color #C14DD6: hue angle of 290.8º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C14DD6 is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19377214-
CMYK0.100.6400.16
HSL290.8º62.56%57.06%-
HSV(B)290.8º64.02%83.92%-
XYZ36.7821.565.83-
YUV127.3176.93174.86-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.88%
GREEN value IS 77 (30.47% from 255) = 15.91%
BLUE value IS 214 (83.98% from 255) = 44.21%
R=39.88%
G=15.91%
B=44.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal193772140.100.6400.16290.862.5657.06
HexC14DD6A400101233f39
Octal301115326121000204437771
Binary1100000110011011101011010101000000010000100100011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14DD6; }

 p { color: rgb(193,77,214); }

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

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

 a { background-color: rgb(193,77,214); }

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

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

 span { border-color: rgb(193,77,214); }

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