Html Css Color HEX #D16DDA Orchid

📋 copy color: '#D16DDA'

red 209 ◦ green 109 ◦ blue 218

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

Shades of Orchid #D16DDA

Tints of Orchid #D16DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.67%

R = 38.99%
G = 20.34%
B = 40.67%

CMYK

 C value IS 0.04

 M value IS 0.5

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D16DDA (or 0xD16DDA) is known color: Orchid. HEX triplet: D1, 6D and DA. RGB value is (209,109,218). Sum of RGB (Red+Green+Blue) = 209+109+218=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 109 (42.97% from 255 or 20.34% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #D16DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16DDA is #2E9225. Grayscale: #969696. Windows color (decimal): -3052070 or 14314961. OLE color: 14314961.

HSL color Cylindrical-coordinate representation of color #D16DDA: hue angle of 295.05º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D16DDA is Cyan = 0.04, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 109 218 -
CMYK 0.04 0.5 0 0.15
HSL 295.05º 0.6% 0.64% -
HSV(B) 295.05º 0.5% 0.85% -
XYZ 44.42 29.55 69.69 -
YUV 151.33 165.63 169.14 -
System Red Green Blue C M Y K H S L
Decimal 209 109 218 0.04 0.5 0 0.15 295.05 0.6 0.64
Hex D1 6D DA 4 32 0 F 127 3C 40
Octal 321 155 332 4 62 0 17 447 74 100
Binary 11010001 1101101 11011010 100 110010 0 1111 100100111 111100 1000000

Color Harmonies of #D16DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16DDA

Black with #D16DDA

Text Example


Text Example

White with #D16DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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