#D17BDB

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

Shades of Orchid #D17BDB

Tints of Orchid #D17BDB

Color information

#D17BDB (or 0xD17BDB) is unknown color: approx Orchid. HEX triplet: D1, 7B and DB. RGB value is (209,123,219). Sum of RGB (Red+Green+Blue) = 209+123+219=551 (72% of max value = 765). Red value is 209 (82.03% from 255 or 37.93% from 551); Green value is 123 (48.44% from 255 or 22.32% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #D17BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17BDB is #2E8424. Grayscale: #9F9F9F. Windows color (decimal): -3048485 or 14384081. OLE color: 14384081.

HSL color Cylindrical-coordinate representation of color #D17BDB: hue angle of 293.75º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D17BDB is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB209123219-
CMYK0.050.4400.14
HSL293.75º57.14%67.06%-
HSV(B)293.75º43.84%85.88%-
XYZ46.1632.8470.92-
YUV159.66161.49163.19-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.93%
GREEN value IS 123 (48.44% from 255) = 22.32%
BLUE value IS 219 (85.94% from 255) = 39.75%
R=37.93%
G=22.32%
B=39.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2091232190.050.4400.14293.7557.1467.06
HexD17BDB52C0E1263943
Octal32117333355401644671103
Binary11010001111101111011011101101100011101001001101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17BDB; }

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

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

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

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

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

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

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

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