Html Css Color HEX #D16DD9 Orchid

📋 copy color: '#D16DD9'

red 209 ◦ green 109 ◦ blue 217

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

Shades of Orchid #D16DD9

Tints of Orchid #D16DD9

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.37%

 BLUE value IS 217 (85.16% from 255) = 40.56%

R = 39.07%
G = 20.37%
B = 40.56%

CMYK

 C value IS 0.04

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D16DD9 (or 0xD16DD9) is known color: Orchid. HEX triplet: D1, 6D and D9. RGB value is (209,109,217). Sum of RGB (Red+Green+Blue) = 209+109+217=535 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.07% from 535); Green value is 109 (42.97% from 255 or 20.37% from 535); Blue value is 217 (85.16% from 255 or 40.56% from 535); Max value from RGB is 217 - color contains mainly: blue. Hex color #D16DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16DD9 is #2E9226. Grayscale: #969696. Windows color (decimal): -3052071 or 14249425. OLE color: 14249425.

HSL color Cylindrical-coordinate representation of color #D16DD9: hue angle of 295.56º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D16DD9 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 109 217 -
CMYK 0.04 0.50 0 0.15
HSL 295.56º 0.59% 0.64% -
HSV(B) 295.56º 0.5% 0.85% -
XYZ 44.29 29.5 69.01 -
YUV 151.21 165.13 169.22 -
System Red Green Blue C M Y K H S L
Decimal 209 109 217 0.04 0.50 0 0.15 295.56 0.59 0.64
Hex D1 6D D9 4 32 0 F 128 3B 40
Octal 321 155 331 4 62 0 17 450 73 100
Binary 11010001 1101101 11011001 100 110010 0 1111 100101000 111011 1000000

Color Harmonies of #D16DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16DD9

Black with #D16DD9

Text Example


Text Example

White with #D16DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16DD9; }

 p { color: rgb(209,109,217); }

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

background-color css

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

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

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

border-color css

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

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

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