#D170D0

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

Shades of Orchid #D170D0

Tints of Orchid #D170D0

Color information

#D170D0 (or 0xD170D0) is unknown color: approx Orchid. HEX triplet: D1, 70 and D0. RGB value is (209,112,208). Sum of RGB (Red+Green+Blue) = 209+112+208=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 112 (44.14% from 255 or 21.17% from 529); Blue value is 208 (81.64% from 255 or 39.32% from 529); Max value from RGB is 209 - color contains mainly: red. Hex color #D170D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D170D0 is #2E8F2F. Grayscale: #979797. Windows color (decimal): -3051312 or 13660369. OLE color: 13660369.

HSL color Cylindrical-coordinate representation of color #D170D0: hue angle of 300.62º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D170D0 is Cyan = 0, Magento = 0.46, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB209112208-
CMYK00.460.000.18
HSL300.62º51.32%62.94%-
HSV(B)300.62º46.41%81.96%-
XYZ43.4729.763.12-
YUV151.95159.64168.69-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.51%
GREEN value IS 112 (44.14% from 255) = 21.17%
BLUE value IS 208 (81.64% from 255) = 39.32%
R=39.51%
G=21.17%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911220800.460.000.18300.6251.3262.94
HexD170D002E01212d333f
Octal3211603200560224556377
Binary110100011110000110100000101110010010100101101110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D170D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D170D0; }

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

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

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

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

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

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

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

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