Html Css Color HEX #D17ADB Orchid

📋 copy color: '#D17ADB'

red 209 ◦ green 122 ◦ blue 219

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

Shades of Orchid #D17ADB

Tints of Orchid #D17ADB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.18%

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

R = 38%
G = 22.18%
B = 39.82%

CMYK

 C value IS 0.05

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D17ADB (or 0xD17ADB) is known color: Orchid. HEX triplet: D1, 7A and DB. RGB value is (209,122,219). Sum of RGB (Red+Green+Blue) = 209+122+219=550 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38% from 550); Green value is 122 (48.05% from 255 or 22.18% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #D17ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17ADB is #2E8524. Grayscale: #9E9E9E. Windows color (decimal): -3048741 or 14383825. OLE color: 14383825.

HSL color Cylindrical-coordinate representation of color #D17ADB: hue angle of 293.81º 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 #D17ADB is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 122 219 -
CMYK 0.05 0.44 0 0.14
HSL 293.81º 0.57% 0.67% -
HSV(B) 293.81º 0.44% 0.86% -
XYZ 46.04 32.59 70.88 -
YUV 159.07 161.82 163.61 -
System Red Green Blue C M Y K H S L
Decimal 209 122 219 0.05 0.44 0 0.14 293.81 0.57 0.67
Hex D1 7A DB 5 2C 0 E 126 39 43
Octal 321 172 333 5 54 0 16 446 71 103
Binary 11010001 1111010 11011011 101 101100 0 1110 100100110 111001 1000011

Color Harmonies of #D17ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17ADB

Black with #D17ADB

Text Example


Text Example

White with #D17ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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