Html Css Color HEX #D16ADB Orchid

📋 copy color: '#D16ADB'

red 209 ◦ green 106 ◦ blue 219

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

Shades of Orchid #D16ADB

Tints of Orchid #D16ADB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.85%

 BLUE value IS 219 (85.94% from 255) = 41.01%

R = 39.14%
G = 19.85%
B = 41.01%

CMYK

 C value IS 0.05

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D16ADB (or 0xD16ADB) is known color: Orchid. HEX triplet: D1, 6A and DB. RGB value is (209,106,219). Sum of RGB (Red+Green+Blue) = 209+106+219=534 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.14% from 534); Green value is 106 (41.80% from 255 or 19.85% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #D16ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16ADB is #2E9524. Grayscale: #959595. Windows color (decimal): -3052837 or 14379729. OLE color: 14379729.

HSL color Cylindrical-coordinate representation of color #D16ADB: hue angle of 294.69º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D16ADB is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 106 219 -
CMYK 0.05 0.52 0 0.14
HSL 294.69º 0.61% 0.64% -
HSV(B) 294.69º 0.52% 0.86% -
XYZ 44.23 28.98 70.28 -
YUV 149.68 167.12 170.31 -
System Red Green Blue C M Y K H S L
Decimal 209 106 219 0.05 0.52 0 0.14 294.69 0.61 0.64
Hex D1 6A DB 5 34 0 E 127 3D 40
Octal 321 152 333 5 64 0 16 447 75 100
Binary 11010001 1101010 11011011 101 110100 0 1110 100100111 111101 1000000

Color Harmonies of #D16ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16ADB

Black with #D16ADB

Text Example


Text Example

White with #D16ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16ADB; }

 p { color: rgb(209,106,219); }

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

background-color css

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

 a { background-color: rgb(209,106,219); }

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

border-color css

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

 span { border-color: rgb(209,106,219); }

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