Html Css Color HEX #D16DBC Orchid

📋 copy color: '#D16DBC'

red 209 ◦ green 109 ◦ blue 188

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

Shades of Orchid #D16DBC

Tints of Orchid #D16DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.15%

R = 41.3%
G = 21.54%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D16DBC (or 0xD16DBC) is known color: Orchid. HEX triplet: D1, 6D and BC. RGB value is (209,109,188). Sum of RGB (Red+Green+Blue) = 209+109+188=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 109 (42.97% from 255 or 21.54% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 209 - color contains mainly: red. Hex color #D16DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16DBC is #2E9243. Grayscale: #939393. Windows color (decimal): -3052100 or 12348881. OLE color: 12348881.

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

Color convert

RGB 209 109 188 -
CMYK 0 0.48 0.10 0.18
HSL 312.6º 0.52% 0.62% -
HSV(B) 312.6º 0.48% 0.82% -
XYZ 40.84 28.12 50.85 -
YUV 147.91 150.63 171.58 -
System Red Green Blue C M Y K H S L
Decimal 209 109 188 0 0.48 0.10 0.18 312.6 0.52 0.62
Hex D1 6D BC 0 30 A 12 139 34 3E
Octal 321 155 274 0 60 12 22 471 64 76
Binary 11010001 1101101 10111100 0 110000 1010 10010 100111001 110100 111110

Color Harmonies of #D16DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16DBC

Black with #D16DBC

Text Example


Text Example

White with #D16DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16DBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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