#D17FD3

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

Shades of Orchid #D17FD3

Tints of Orchid #D17FD3

Color information

#D17FD3 (or 0xD17FD3) is unknown color: approx Orchid. HEX triplet: D1, 7F and D3. RGB value is (209,127,211). Sum of RGB (Red+Green+Blue) = 209+127+211=547 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.21% from 547); Green value is 127 (50% from 255 or 23.22% from 547); Blue value is 211 (82.81% from 255 or 38.57% from 547); Max value from RGB is 211 - color contains mainly: blue. Hex color #D17FD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17FD3 is #2E802C. Grayscale: #A0A0A0. Windows color (decimal): -3047469 or 13860817. OLE color: 13860817.

HSL color Cylindrical-coordinate representation of color #D17FD3: hue angle of 298.57º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D17FD3 is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB209127211-
CMYK0.010.4000.17
HSL298.57º48.84%66.27%-
HSV(B)298.57º39.81%82.75%-
XYZ45.6433.4465.68-
YUV161.09156.17162.17-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.21%
GREEN value IS 127 (50% from 255) = 23.22%
BLUE value IS 211 (82.81% from 255) = 38.57%
R=38.21%
G=23.22%
B=38.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2091272110.010.4000.17298.5748.8466.27
HexD17FD312801112b3142
Octal32117732315002145361102
Binary1101000111111111101001111010000100011001010111100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17FD3; }

 p { color: rgb(209,127,211); }

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

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

 a { background-color: rgb(209,127,211); }

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

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

 span { border-color: rgb(209,127,211); }

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