#D170DD

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

Shades of Orchid #D170DD

Tints of Orchid #D170DD

Color information

#D170DD (or 0xD170DD) is unknown color: approx Orchid. HEX triplet: D1, 70 and DD. RGB value is (209,112,221). Sum of RGB (Red+Green+Blue) = 209+112+221=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 112 (44.14% from 255 or 20.66% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #D170DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D170DD is #2E8F22. Grayscale: #999999. Windows color (decimal): -3051299 or 14512337. OLE color: 14512337.

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

Color convert

RGB209112221-
CMYK0.050.4900.13
HSL293.39º61.58%65.29%-
HSV(B)293.39º49.32%86.67%-
XYZ45.1430.3671.89-
YUV153.43166.14167.64-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.56%
GREEN value IS 112 (44.14% from 255) = 20.66%
BLUE value IS 221 (86.72% from 255) = 40.77%
R=38.56%
G=20.66%
B=40.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2091122210.050.4900.13293.3961.5865.29
HexD170DD5310D1253e41
Octal32116033556101544576101
Binary11010001111000011011101101110001011011001001011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D170DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D170DD; }

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

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

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

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

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

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

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

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