#D132DC

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

Shades of Medium Orchid #D132DC

Tints of Medium Orchid #D132DC

Color information

#D132DC (or 0xD132DC) is unknown color: approx Medium Orchid. HEX triplet: D1, 32 and DC. RGB value is (209,50,220). Sum of RGB (Red+Green+Blue) = 209+50+220=479 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.63% from 479); Green value is 50 (19.92% from 255 or 10.44% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #D132DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D132DC is #2ECD23. Grayscale: #747474. Windows color (decimal): -3067172 or 14430929. OLE color: 14430929.

HSL color Cylindrical-coordinate representation of color #D132DC: hue angle of 296.12º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D132DC is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20950220-
CMYK0.050.7700.14
HSL296.12º70.83%52.94%-
HSV(B)296.12º77.27%86.27%-
XYZ40.352169.64-
YUV116.92186.18193.68-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.63%
GREEN value IS 50 (19.92% from 255) = 10.44%
BLUE value IS 220 (86.33% from 255) = 45.93%
R=43.63%
G=10.44%
B=45.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal209502200.050.7700.14296.1270.8352.94
HexD132DC54D0E1284735
Octal32162334511501645010765
Binary11010001110010110111001011001101011101001010001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D132DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D132DC; }

 p { color: rgb(209,50,220); }

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

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

 a { background-color: rgb(209,50,220); }

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

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

 span { border-color: rgb(209,50,220); }

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