#D17FCA

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

Shades of Orchid #D17FCA

Tints of Orchid #D17FCA

Color information

#D17FCA (or 0xD17FCA) is unknown color: approx Orchid. HEX triplet: D1, 7F and CA. RGB value is (209,127,202). Sum of RGB (Red+Green+Blue) = 209+127+202=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 127 (50% from 255 or 23.61% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 209 - color contains mainly: red. Hex color #D17FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17FCA is #2E8035. Grayscale: #9F9F9F. Windows color (decimal): -3047478 or 13270993. OLE color: 13270993.

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

Color convert

RGB209127202-
CMYK00.390.030.18
HSL305.12º47.13%65.88%-
HSV(B)305.12º39.23%81.96%-
XYZ44.543359.9-
YUV160.07151.67162.9-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.85%
GREEN value IS 127 (50% from 255) = 23.61%
BLUE value IS 202 (79.30% from 255) = 37.55%
R=38.85%
G=23.61%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912720200.390.030.18305.1247.1365.88
HexD17FCA0273121312f42
Octal32117731204732246157102
Binary11010001111111111001010010011111100101001100011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17FCA; }

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

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

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

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

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

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

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

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