Html Css Color HEX #D17AB9 Orchid

📋 copy color: '#D17AB9'

red 209 ◦ green 122 ◦ blue 185

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

Shades of Orchid #D17AB9

Tints of Orchid #D17AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.85%

R = 40.5%
G = 23.64%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D17AB9 (or 0xD17AB9) is known color: Orchid. HEX triplet: D1, 7A and B9. RGB value is (209,122,185). Sum of RGB (Red+Green+Blue) = 209+122+185=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 122 (48.05% from 255 or 23.64% from 516); Blue value is 185 (72.66% from 255 or 35.85% from 516); Max value from RGB is 209 - color contains mainly: red. Hex color #D17AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17AB9 is #2E8546. Grayscale: #9B9B9B. Windows color (decimal): -3048775 or 12155601. OLE color: 12155601.

HSL color Cylindrical-coordinate representation of color #D17AB9: hue angle of 316.55º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D17AB9 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 122 185 -
CMYK 0 0.42 0.11 0.18
HSL 316.55º 0.49% 0.65% -
HSV(B) 316.55º 0.42% 0.82% -
XYZ 42.01 30.98 49.66 -
YUV 155.2 144.82 166.38 -
System Red Green Blue C M Y K H S L
Decimal 209 122 185 0 0.42 0.11 0.18 316.55 0.49 0.65
Hex D1 7A B9 0 2A B 12 13D 31 41
Octal 321 172 271 0 52 13 22 475 61 101
Binary 11010001 1111010 10111001 0 101010 1011 10010 100111101 110001 1000001

Color Harmonies of #D17AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17AB9

Black with #D17AB9

Text Example


Text Example

White with #D17AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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