#d142de

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

Shades of Medium Orchid #D142DE

Tints of Medium Orchid #D142DE

Color information

#D142DE (or 0xD142DE) is unknown color: approx Medium Orchid. HEX triplet: D1, 42 and DE. RGB value is (209,66,222). Sum of RGB (Red+Green+Blue) = 209+66+222=497 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.05% from 497); Green value is 66 (26.17% from 255 or 13.28% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 222 - color contains mainly: blue. Hex color #D142DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D142DE is #2EBD21. Grayscale: #7E7E7E. Windows color (decimal): -3063074 or 14566097. OLE color: 14566097.

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

Color convert

RGB20966222-
CMYK0.060.7000.13
HSL295º70.27%56.47%-
HSV(B)295º70.27%87.06%-
XYZ41.4322.7371.31-
YUV126.54181.88186.82-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.05%
GREEN value IS 66 (26.17% from 255) = 13.28%
BLUE value IS 222 (87.11% from 255) = 44.67%
R=42.05%
G=13.28%
B=44.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal209662220.060.7000.1329570.2756.47
HexD142DE6460D1274638
Octal321102336610601544710670
Binary110100011000010110111101101000110011011001001111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d142de

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d142de; }

 p { color: rgb(209,66,222); }

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

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

 a { background-color: rgb(209,66,222); }

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

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

 span { border-color: rgb(209,66,222); }

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