Html Css Color HEX #D17FDB Orchid

📋 copy color: '#D17FDB'

red 209 ◦ green 127 ◦ blue 219

#D17FDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #D17FDB

Tints of Orchid #D17FDB

RGB

 RED value IS 209 (82.03% from 255) = 37.66%

 GREEN value IS 127 (50% from 255) = 22.88%

 BLUE value IS 219 (85.94% from 255) = 39.46%

R = 37.66%
G = 22.88%
B = 39.46%

CMYK

 C value IS 0.05

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D17FDB (or 0xD17FDB) is known color: Orchid. HEX triplet: D1, 7F and DB. RGB value is (209,127,219). Sum of RGB (Red+Green+Blue) = 209+127+219=555 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.66% from 555); Green value is 127 (50% from 255 or 22.88% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #D17FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17FDB is #2E8024. Grayscale: #A1A1A1. Windows color (decimal): -3047461 or 14385105. OLE color: 14385105.

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

Color convert

RGB 209 127 219 -
CMYK 0.05 0.42 0 0.14
HSL 293.48º 0.56% 0.68% -
HSV(B) 293.48º 0.42% 0.86% -
XYZ 46.67 33.85 71.09 -
YUV 162.01 160.17 161.52 -
System Red Green Blue C M Y K H S L
Decimal 209 127 219 0.05 0.42 0 0.14 293.48 0.56 0.68
Hex D1 7F DB 5 2A 0 E 125 38 44
Octal 321 177 333 5 52 0 16 445 70 104
Binary 11010001 1111111 11011011 101 101010 0 1110 100100101 111000 1000100

Color Harmonies of #D17FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17FDB

Black with #D17FDB

Text Example


Text Example

White with #D17FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17FDB; }

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

 H1.HeaderClassName
 {
   color: #D17FDB;
 }
 .AnyTagClassName
 {
   color: #D17FDB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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