#D17CDD

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

Shades of Orchid #D17CDD

Tints of Orchid #D17CDD

Color information

#D17CDD (or 0xD17CDD) is unknown color: approx Orchid. HEX triplet: D1, 7C and DD. RGB value is (209,124,221). Sum of RGB (Red+Green+Blue) = 209+124+221=554 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.73% from 554); Green value is 124 (48.83% from 255 or 22.38% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #D17CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17CDD is #2E8322. Grayscale: #A0A0A0. Windows color (decimal): -3048227 or 14515409. OLE color: 14515409.

HSL color Cylindrical-coordinate representation of color #D17CDD: hue angle of 292.58º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D17CDD is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB209124221-
CMYK0.050.4400.13
HSL292.58º58.79%67.65%-
HSV(B)292.58º43.89%86.67%-
XYZ46.5533.1972.36-
YUV160.47162.16162.61-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.73%
GREEN value IS 124 (48.83% from 255) = 22.38%
BLUE value IS 221 (86.72% from 255) = 39.89%
R=37.73%
G=22.38%
B=39.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2091242210.050.4400.13292.5858.7967.65
HexD17CDD52C0D1253b44
Octal32117433555401544573104
Binary11010001111110011011101101101100011011001001011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17CDD; }

 p { color: rgb(209,124,221); }

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

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

 a { background-color: rgb(209,124,221); }

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

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

 span { border-color: rgb(209,124,221); }

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