#D14EEA

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

Shades of Medium Orchid #D14EEA

Tints of Medium Orchid #D14EEA

Color information

#D14EEA (or 0xD14EEA) is unknown color: approx Medium Orchid. HEX triplet: D1, 4E and EA. RGB value is (209,78,234). Sum of RGB (Red+Green+Blue) = 209+78+234=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 78 (30.86% from 255 or 14.97% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #D14EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D14EEA is #2EB115. Grayscale: #868686. Windows color (decimal): -3059990 or 15355601. OLE color: 15355601.

HSL color Cylindrical-coordinate representation of color #D14EEA: hue angle of 290.38º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D14EEA is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB20978234-
CMYK0.110.6700.08
HSL290.38º78.79%61.18%-
HSV(B)290.38º66.67%91.76%-
XYZ43.8724.9480.34-
YUV134.95183.9180.82-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.12%
GREEN value IS 78 (30.86% from 255) = 14.97%
BLUE value IS 234 (91.80% from 255) = 44.91%
R=40.12%
G=14.97%
B=44.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal209782340.110.6700.08290.3878.7961.18
HexD14EEAB43081224f3d
Octal3211163521310301044211775
Binary1101000110011101110101010111000011010001001000101001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14EEA; }

 p { color: rgb(209,78,234); }

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

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

 a { background-color: rgb(209,78,234); }

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

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

 span { border-color: rgb(209,78,234); }

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