Html Css Color HEX #D16DBB Orchid

📋 copy color: '#D16DBB'

red 209 ◦ green 109 ◦ blue 187

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

Shades of Orchid #D16DBB

Tints of Orchid #D16DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.03%

R = 41.39%
G = 21.58%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D16DBB (or 0xD16DBB) is known color: Orchid. HEX triplet: D1, 6D and BB. RGB value is (209,109,187). Sum of RGB (Red+Green+Blue) = 209+109+187=505 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.39% from 505); Green value is 109 (42.97% from 255 or 21.58% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 209 - color contains mainly: red. Hex color #D16DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16DBB is #2E9244. Grayscale: #939393. Windows color (decimal): -3052101 or 12283345. OLE color: 12283345.

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

Color convert

RGB 209 109 187 -
CMYK 0 0.48 0.11 0.18
HSL 313.2º 0.52% 0.62% -
HSV(B) 313.2º 0.48% 0.82% -
XYZ 40.73 28.08 50.29 -
YUV 147.79 150.13 171.66 -
System Red Green Blue C M Y K H S L
Decimal 209 109 187 0 0.48 0.11 0.18 313.2 0.52 0.62
Hex D1 6D BB 0 30 B 12 139 34 3E
Octal 321 155 273 0 60 13 22 471 64 76
Binary 11010001 1101101 10111011 0 110000 1011 10010 100111001 110100 111110

Color Harmonies of #D16DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16DBB

Black with #D16DBB

Text Example


Text Example

White with #D16DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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