#D17BD7

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

Shades of Orchid #D17BD7

Tints of Orchid #D17BD7

Color information

#D17BD7 (or 0xD17BD7) is unknown color: approx Orchid. HEX triplet: D1, 7B and D7. RGB value is (209,123,215). Sum of RGB (Red+Green+Blue) = 209+123+215=547 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.21% from 547); Green value is 123 (48.44% from 255 or 22.49% from 547); Blue value is 215 (84.38% from 255 or 39.31% from 547); Max value from RGB is 215 - color contains mainly: blue. Hex color #D17BD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17BD7 is #2E8428. Grayscale: #9E9E9E. Windows color (decimal): -3048489 or 14121937. OLE color: 14121937.

HSL color Cylindrical-coordinate representation of color #D17BD7: hue angle of 296.09º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D17BD7 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB209123215-
CMYK0.030.4300.16
HSL296.09º53.49%66.27%-
HSV(B)296.09º42.79%84.31%-
XYZ45.6432.6368.18-
YUV159.2159.49163.52-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.21%
GREEN value IS 123 (48.44% from 255) = 22.49%
BLUE value IS 215 (84.38% from 255) = 39.31%
R=38.21%
G=22.49%
B=39.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2091232150.030.4300.16296.0953.4966.27
HexD17BD732B0101283542
Octal32117332735302045065102
Binary11010001111101111010111111010110100001001010001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17BD7; }

 p { color: rgb(209,123,215); }

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

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

 a { background-color: rgb(209,123,215); }

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

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

 span { border-color: rgb(209,123,215); }

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