Html Css Color HEX #D16CDB Orchid

📋 copy color: '#D16CDB'

red 209 ◦ green 108 ◦ blue 219

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

Shades of Orchid #D16CDB

Tints of Orchid #D16CDB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.15%

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

R = 38.99%
G = 20.15%
B = 40.86%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D16CDB (or 0xD16CDB) is known color: Orchid. HEX triplet: D1, 6C and DB. RGB value is (209,108,219). Sum of RGB (Red+Green+Blue) = 209+108+219=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 108 (42.58% from 255 or 20.15% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #D16CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16CDB is #2E9324. Grayscale: #969696. Windows color (decimal): -3052325 or 14380241. OLE color: 14380241.

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

Color convert

RGB 209 108 219 -
CMYK 0.05 0.51 0 0.14
HSL 294.59º 0.61% 0.64% -
HSV(B) 294.59º 0.51% 0.86% -
XYZ 44.44 29.39 70.35 -
YUV 150.85 166.46 169.47 -
System Red Green Blue C M Y K H S L
Decimal 209 108 219 0.05 0.51 0 0.14 294.59 0.61 0.64
Hex D1 6C DB 5 33 0 E 127 3D 40
Octal 321 154 333 5 63 0 16 447 75 100
Binary 11010001 1101100 11011011 101 110011 0 1110 100100111 111101 1000000

Color Harmonies of #D16CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16CDB

Black with #D16CDB

Text Example


Text Example

White with #D16CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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