#D140DD

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

Shades of Medium Orchid #D140DD

Tints of Medium Orchid #D140DD

Color information

#D140DD (or 0xD140DD) is unknown color: approx Medium Orchid. HEX triplet: D1, 40 and DD. RGB value is (209,64,221). Sum of RGB (Red+Green+Blue) = 209+64+221=494 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.31% from 494); Green value is 64 (25.39% from 255 or 12.96% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #D140DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D140DD is #2EBF22. Grayscale: #7C7C7C. Windows color (decimal): -3063587 or 14500049. OLE color: 14500049.

HSL color Cylindrical-coordinate representation of color #D140DD: hue angle of 295.41º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D140DD is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20964221-
CMYK0.050.7100.13
HSL295.41º69.78%55.88%-
HSV(B)295.41º71.04%86.67%-
XYZ41.1822.4470.57-
YUV125.25182.04187.73-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.31%
GREEN value IS 64 (25.39% from 255) = 12.96%
BLUE value IS 221 (86.72% from 255) = 44.74%
R=42.31%
G=12.96%
B=44.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal209642210.050.7100.13295.4169.7855.88
HexD140DD5470D1274638
Octal321100335510701544710670
Binary110100011000000110111011011000111011011001001111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D140DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D140DD; }

 p { color: rgb(209,64,221); }

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

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

 a { background-color: rgb(209,64,221); }

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

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

 span { border-color: rgb(209,64,221); }

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