Html Css Color HEX #D16DDB Orchid

📋 copy color: '#D16DDB'

red 209 ◦ green 109 ◦ blue 219

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

Shades of Orchid #D16DDB

Tints of Orchid #D16DDB

RGB

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

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

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

R = 38.92%
G = 20.3%
B = 40.78%

CMYK

 C value IS 0.05

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D16DDB (or 0xD16DDB) is known color: Orchid. HEX triplet: D1, 6D and DB. RGB value is (209,109,219). Sum of RGB (Red+Green+Blue) = 209+109+219=537 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.92% from 537); Green value is 109 (42.97% from 255 or 20.30% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #D16DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16DDB is #2E9224. Grayscale: #979797. Windows color (decimal): -3052069 or 14380497. OLE color: 14380497.

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

Color convert

RGB 209 109 219 -
CMYK 0.05 0.50 0 0.14
HSL 294.55º 0.6% 0.64% -
HSV(B) 294.55º 0.5% 0.86% -
XYZ 44.55 29.61 70.38 -
YUV 151.44 166.13 169.06 -
System Red Green Blue C M Y K H S L
Decimal 209 109 219 0.05 0.50 0 0.14 294.55 0.6 0.64
Hex D1 6D DB 5 32 0 E 127 3C 40
Octal 321 155 333 5 62 0 16 447 74 100
Binary 11010001 1101101 11011011 101 110010 0 1110 100100111 111100 1000000

Color Harmonies of #D16DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16DDB

Black with #D16DDB

Text Example


Text Example

White with #D16DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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