Html Css Color HEX #D16EDB Orchid

📋 copy color: '#D16EDB'

red 209 ◦ green 110 ◦ blue 219

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

Shades of Orchid #D16EDB

Tints of Orchid #D16EDB

RGB

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

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

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

R = 38.85%
G = 20.45%
B = 40.71%

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

#D16EDB (or 0xD16EDB) is known color: Orchid. HEX triplet: D1, 6E and DB. RGB value is (209,110,219). Sum of RGB (Red+Green+Blue) = 209+110+219=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 110 (43.36% from 255 or 20.45% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #D16EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16EDB is #2E9124. Grayscale: #979797. Windows color (decimal): -3051813 or 14380753. OLE color: 14380753.

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

Color convert

RGB 209 110 219 -
CMYK 0.05 0.50 0 0.14
HSL 294.5º 0.6% 0.65% -
HSV(B) 294.5º 0.5% 0.86% -
XYZ 44.66 29.82 70.42 -
YUV 152.03 165.8 168.64 -
System Red Green Blue C M Y K H S L
Decimal 209 110 219 0.05 0.50 0 0.14 294.5 0.6 0.65
Hex D1 6E DB 5 32 0 E 126 3C 41
Octal 321 156 333 5 62 0 16 446 74 101
Binary 11010001 1101110 11011011 101 110010 0 1110 100100110 111100 1000001

Color Harmonies of #D16EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16EDB

Black with #D16EDB

Text Example


Text Example

White with #D16EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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