Html Css Color HEX #D16ADD Orchid

📋 copy color: '#D16ADD'

red 209 ◦ green 106 ◦ blue 221

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

Shades of Orchid #D16ADD

Tints of Orchid #D16ADD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.78%

 BLUE value IS 221 (86.72% from 255) = 41.23%

R = 38.99%
G = 19.78%
B = 41.23%

CMYK

 C value IS 0.05

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D16ADD (or 0xD16ADD) is known color: Orchid. HEX triplet: D1, 6A and DD. RGB value is (209,106,221). Sum of RGB (Red+Green+Blue) = 209+106+221=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 106 (41.80% from 255 or 19.78% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #D16ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16ADD is #2E9522. Grayscale: #959595. Windows color (decimal): -3052835 or 14510801. OLE color: 14510801.

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

Color convert

RGB 209 106 221 -
CMYK 0.05 0.52 0 0.13
HSL 293.74º 0.63% 0.64% -
HSV(B) 293.74º 0.52% 0.87% -
XYZ 44.5 29.08 71.67 -
YUV 149.91 168.12 170.15 -
System Red Green Blue C M Y K H S L
Decimal 209 106 221 0.05 0.52 0 0.13 293.74 0.63 0.64
Hex D1 6A DD 5 34 0 D 126 3F 40
Octal 321 152 335 5 64 0 15 446 77 100
Binary 11010001 1101010 11011101 101 110100 0 1101 100100110 111111 1000000

Color Harmonies of #D16ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16ADD

Black with #D16ADD

Text Example


Text Example

White with #D16ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16ADD; }

 p { color: rgb(209,106,221); }

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

background-color css

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

 a { background-color: rgb(209,106,221); }

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

border-color css

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

 span { border-color: rgb(209,106,221); }

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