Html Css Color HEX #D16FD9 Orchid

📋 copy color: '#D16FD9'

red 209 ◦ green 111 ◦ blue 217

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

Shades of Orchid #D16FD9

Tints of Orchid #D16FD9

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.67%

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

R = 38.92%
G = 20.67%
B = 40.41%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D16FD9 (or 0xD16FD9) is known color: Orchid. HEX triplet: D1, 6F and D9. RGB value is (209,111,217). Sum of RGB (Red+Green+Blue) = 209+111+217=537 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.92% from 537); Green value is 111 (43.75% from 255 or 20.67% from 537); Blue value is 217 (85.16% from 255 or 40.41% from 537); Max value from RGB is 217 - color contains mainly: blue. Hex color #D16FD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16FD9 is #2E9026. Grayscale: #989898. Windows color (decimal): -3051559 or 14249937. OLE color: 14249937.

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

Color convert

RGB 209 111 217 -
CMYK 0.04 0.49 0 0.15
HSL 295.47º 0.58% 0.64% -
HSV(B) 295.47º 0.49% 0.85% -
XYZ 44.5 29.93 69.08 -
YUV 152.39 164.47 168.38 -
System Red Green Blue C M Y K H S L
Decimal 209 111 217 0.04 0.49 0 0.15 295.47 0.58 0.64
Hex D1 6F D9 4 31 0 F 127 3A 40
Octal 321 157 331 4 61 0 17 447 72 100
Binary 11010001 1101111 11011001 100 110001 0 1111 100100111 111010 1000000

Color Harmonies of #D16FD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16FD9

Black with #D16FD9

Text Example


Text Example

White with #D16FD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16FD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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