Html Css Color HEX #D16DDE Orchid

📋 copy color: '#D16DDE'

red 209 ◦ green 109 ◦ blue 222

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

Shades of Orchid #D16DDE

Tints of Orchid #D16DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.11%

R = 38.7%
G = 20.19%
B = 41.11%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D16DDE (or 0xD16DDE) is known color: Orchid. HEX triplet: D1, 6D and DE. RGB value is (209,109,222). Sum of RGB (Red+Green+Blue) = 209+109+222=540 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.70% from 540); Green value is 109 (42.97% from 255 or 20.19% from 540); Blue value is 222 (87.11% from 255 or 41.11% from 540); Max value from RGB is 222 - color contains mainly: blue. Hex color #D16DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16DDE is #2E9221. Grayscale: #979797. Windows color (decimal): -3052066 or 14577105. OLE color: 14577105.

HSL color Cylindrical-coordinate representation of color #D16DDE: hue angle of 293.1º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D16DDE is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 109 222 -
CMYK 0.06 0.51 0 0.13
HSL 293.1º 0.63% 0.65% -
HSV(B) 293.1º 0.51% 0.87% -
XYZ 44.95 29.77 72.48 -
YUV 151.78 167.63 168.81 -
System Red Green Blue C M Y K H S L
Decimal 209 109 222 0.06 0.51 0 0.13 293.1 0.63 0.65
Hex D1 6D DE 6 33 0 D 125 3F 41
Octal 321 155 336 6 63 0 15 445 77 101
Binary 11010001 1101101 11011110 110 110011 0 1101 100100101 111111 1000001

Color Harmonies of #D16DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16DDE

Black with #D16DDE

Text Example


Text Example

White with #D16DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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