#D17FCF

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

Shades of Orchid #D17FCF

Tints of Orchid #D17FCF

Color information

#D17FCF (or 0xD17FCF) is unknown color: approx Orchid. HEX triplet: D1, 7F and CF. RGB value is (209,127,207). Sum of RGB (Red+Green+Blue) = 209+127+207=543 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.49% from 543); Green value is 127 (50% from 255 or 23.39% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 209 - color contains mainly: red. Hex color #D17FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17FCF is #2E8030. Grayscale: #A0A0A0. Windows color (decimal): -3047473 or 13598673. OLE color: 13598673.

HSL color Cylindrical-coordinate representation of color #D17FCF: hue angle of 301.46º 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 #D17FCF is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB209127207-
CMYK00.390.010.18
HSL301.46º47.13%65.88%-
HSV(B)301.46º39.23%81.96%-
XYZ45.1533.2463.07-
YUV160.64154.17162.5-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.49%
GREEN value IS 127 (50% from 255) = 23.39%
BLUE value IS 207 (81.25% from 255) = 38.12%
R=38.49%
G=23.39%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912720700.390.010.18301.4647.1365.88
HexD17FCF02711212d2f42
Octal32117731704712245557102
Binary1101000111111111100111101001111100101001011011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17FCF; }

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

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

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

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

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

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

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

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