Html Css Color HEX #D16DDF Orchid

📋 copy color: '#D16DDF'

red 209 ◦ green 109 ◦ blue 223

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

Shades of Orchid #D16DDF

Tints of Orchid #D16DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.22%

R = 38.63%
G = 20.15%
B = 41.22%

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

#D16DDF (or 0xD16DDF) is known color: Orchid. HEX triplet: D1, 6D and DF. RGB value is (209,109,223). Sum of RGB (Red+Green+Blue) = 209+109+223=541 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.63% from 541); Green value is 109 (42.97% from 255 or 20.15% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #D16DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16DDF is #2E9220. Grayscale: #979797. Windows color (decimal): -3052065 or 14642641. OLE color: 14642641.

HSL color Cylindrical-coordinate representation of color #D16DDF: hue angle of 292.63º degrees, saturation: 0.64, 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 #D16DDF is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 109 223 -
CMYK 0.06 0.51 0 0.13
HSL 292.63º 0.64% 0.65% -
HSV(B) 292.63º 0.51% 0.87% -
XYZ 45.08 29.82 73.19 -
YUV 151.9 168.13 168.73 -
System Red Green Blue C M Y K H S L
Decimal 209 109 223 0.06 0.51 0 0.13 292.63 0.64 0.65
Hex D1 6D DF 6 33 0 D 125 40 41
Octal 321 155 337 6 63 0 15 445 100 101
Binary 11010001 1101101 11011111 110 110011 0 1101 100100101 1000000 1000001

Color Harmonies of #D16DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16DDF

Black with #D16DDF

Text Example


Text Example

White with #D16DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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