Html Css Color HEX #D17AD1 Orchid

📋 copy color: '#D17AD1'

red 209 ◦ green 122 ◦ blue 209

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

Shades of Orchid #D17AD1

Tints of Orchid #D17AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.7%

R = 38.7%
G = 22.59%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D17AD1 (or 0xD17AD1) is known color: Orchid. HEX triplet: D1, 7A and D1. RGB value is (209,122,209). Sum of RGB (Red+Green+Blue) = 209+122+209=540 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.70% from 540); Green value is 122 (48.05% from 255 or 22.59% from 540); Blue value is 209 (82.03% from 255 or 38.70% from 540); Max value from RGB is 209 - color contains mainly: red, blue. Hex color #D17AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17AD1 is #2E852E. Grayscale: #9D9D9D. Windows color (decimal): -3048751 or 13728465. OLE color: 13728465.

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

Color convert

RGB 209 122 209 -
CMYK 0 0.42 0 0.18
HSL 300º 0.49% 0.65% -
HSV(B) 300º 0.42% 0.82% -
XYZ 44.76 32.08 64.15 -
YUV 157.93 156.82 164.43 -
System Red Green Blue C M Y K H S L
Decimal 209 122 209 0 0.42 0 0.18 300 0.49 0.65
Hex D1 7A D1 0 2A 0 12 12C 31 41
Octal 321 172 321 0 52 0 22 454 61 101
Binary 11010001 1111010 11010001 0 101010 0 10010 100101100 110001 1000001

Color Harmonies of #D17AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17AD1

Black with #D17AD1

Text Example


Text Example

White with #D17AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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