Html Css Color HEX #D16EB6 Orchid

📋 copy color: '#D16EB6'

red 209 ◦ green 110 ◦ blue 182

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

Shades of Orchid #D16EB6

Tints of Orchid #D16EB6

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.96%

 BLUE value IS 182 (71.48% from 255) = 36.33%

R = 41.72%
G = 21.96%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D16EB6 (or 0xD16EB6) is known color: Orchid. HEX triplet: D1, 6E and B6. RGB value is (209,110,182). Sum of RGB (Red+Green+Blue) = 209+110+182=501 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.72% from 501); Green value is 110 (43.36% from 255 or 21.96% from 501); Blue value is 182 (71.48% from 255 or 36.33% from 501); Max value from RGB is 209 - color contains mainly: red. Hex color #D16EB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16EB6 is #2E9149. Grayscale: #939393. Windows color (decimal): -3051850 or 11955921. OLE color: 11955921.

HSL color Cylindrical-coordinate representation of color #D16EB6: hue angle of 316.36º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D16EB6 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 110 182 -
CMYK 0 0.47 0.13 0.18
HSL 316.36º 0.52% 0.63% -
HSV(B) 316.36º 0.47% 0.82% -
XYZ 40.31 28.08 47.55 -
YUV 147.81 147.3 171.65 -
System Red Green Blue C M Y K H S L
Decimal 209 110 182 0 0.47 0.13 0.18 316.36 0.52 0.63
Hex D1 6E B6 0 2F D 12 13C 34 3F
Octal 321 156 266 0 57 15 22 474 64 77
Binary 11010001 1101110 10110110 0 101111 1101 10010 100111100 110100 111111

Color Harmonies of #D16EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16EB6

Black with #D16EB6

Text Example


Text Example

White with #D16EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16EB6; }

 p { color: rgb(209,110,182); }

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

background-color css

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

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

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

border-color css

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

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

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