#D17FBD

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

Shades of Orchid #D17FBD

Tints of Orchid #D17FBD

Color information

#D17FBD (or 0xD17FBD) is unknown color: approx Orchid. HEX triplet: D1, 7F and BD. RGB value is (209,127,189). Sum of RGB (Red+Green+Blue) = 209+127+189=525 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.81% from 525); Green value is 127 (50% from 255 or 24.19% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 209 - color contains mainly: red. Hex color #D17FBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17FBD is #2E8042. Grayscale: #9E9E9E. Windows color (decimal): -3047491 or 12419025. OLE color: 12419025.

HSL color Cylindrical-coordinate representation of color #D17FBD: hue angle of 314.63º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D17FBD is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB209127189-
CMYK00.390.100.18
HSL314.63º47.13%65.88%-
HSV(B)314.63º39.23%81.96%-
XYZ43.0732.4152.13-
YUV158.59145.17163.96-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.81%
GREEN value IS 127 (50% from 255) = 24.19%
BLUE value IS 189 (74.22% from 255) = 36%
R=39.81%
G=24.19%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912718900.390.100.18314.6347.1365.88
HexD17FBD027A1213b2f42
Octal321177275047122247357102
Binary1101000111111111011110101001111010100101001110111011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17FBD; }

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

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

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

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

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

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

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

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