#D172DD

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

Shades of Orchid #D172DD

Tints of Orchid #D172DD

Color information

#D172DD (or 0xD172DD) is unknown color: approx Orchid. HEX triplet: D1, 72 and DD. RGB value is (209,114,221). Sum of RGB (Red+Green+Blue) = 209+114+221=544 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.42% from 544); Green value is 114 (44.92% from 255 or 20.96% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #D172DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D172DD is #2E8D22. Grayscale: #9A9A9A. Windows color (decimal): -3050787 or 14512849. OLE color: 14512849.

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

Color convert

RGB209114221-
CMYK0.050.4800.13
HSL293.27º61.14%65.69%-
HSV(B)293.27º48.42%86.67%-
XYZ45.3630.8171.96-
YUV154.6165.47166.8-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.42%
GREEN value IS 114 (44.92% from 255) = 20.96%
BLUE value IS 221 (86.72% from 255) = 40.62%
R=38.42%
G=20.96%
B=40.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2091142210.050.4800.13293.2761.1465.69
HexD172DD5300D1253d42
Octal32116233556001544575102
Binary11010001111001011011101101110000011011001001011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D172DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D172DD; }

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

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

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

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

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

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

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

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