Html Css Color HEX #D17AB7 Orchid

📋 copy color: '#D17AB7'

red 209 ◦ green 122 ◦ blue 183

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

Shades of Orchid #D17AB7

Tints of Orchid #D17AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.6%

R = 40.66%
G = 23.74%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D17AB7 (or 0xD17AB7) is known color: Orchid. HEX triplet: D1, 7A and B7. RGB value is (209,122,183). Sum of RGB (Red+Green+Blue) = 209+122+183=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 122 (48.05% from 255 or 23.74% from 514); Blue value is 183 (71.88% from 255 or 35.60% from 514); Max value from RGB is 209 - color contains mainly: red. Hex color #D17AB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17AB7 is #2E8548. Grayscale: #9A9A9A. Windows color (decimal): -3048777 or 12024529. OLE color: 12024529.

HSL color Cylindrical-coordinate representation of color #D17AB7: hue angle of 317.93º 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 #D17AB7 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 122 183 -
CMYK 0 0.42 0.12 0.18
HSL 317.93º 0.49% 0.65% -
HSV(B) 317.93º 0.42% 0.82% -
XYZ 41.8 30.89 48.56 -
YUV 154.97 143.82 166.54 -
System Red Green Blue C M Y K H S L
Decimal 209 122 183 0 0.42 0.12 0.18 317.93 0.49 0.65
Hex D1 7A B7 0 2A C 12 13E 31 41
Octal 321 172 267 0 52 14 22 476 61 101
Binary 11010001 1111010 10110111 0 101010 1100 10010 100111110 110001 1000001

Color Harmonies of #D17AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17AB7

Black with #D17AB7

Text Example


Text Example

White with #D17AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17AB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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