Html Css Color HEX #D16ADF Orchid

📋 copy color: '#D16ADF'

red 209 ◦ green 106 ◦ blue 223

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

Shades of Orchid #D16ADF

Tints of Orchid #D16ADF

RGB

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

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

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

R = 38.85%
G = 19.7%
B = 41.45%

CMYK

 C value IS 0.06

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D16ADF (or 0xD16ADF) is known color: Orchid. HEX triplet: D1, 6A and DF. RGB value is (209,106,223). Sum of RGB (Red+Green+Blue) = 209+106+223=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 106 (41.80% from 255 or 19.70% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #D16ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16ADF is #2E9520. Grayscale: #959595. Windows color (decimal): -3052833 or 14641873. OLE color: 14641873.

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

Color convert

RGB 209 106 223 -
CMYK 0.06 0.52 0 0.13
HSL 292.82º 0.65% 0.65% -
HSV(B) 292.82º 0.52% 0.87% -
XYZ 44.77 29.19 73.09 -
YUV 150.14 169.12 169.99 -
System Red Green Blue C M Y K H S L
Decimal 209 106 223 0.06 0.52 0 0.13 292.82 0.65 0.65
Hex D1 6A DF 6 34 0 D 125 41 41
Octal 321 152 337 6 64 0 15 445 101 101
Binary 11010001 1101010 11011111 110 110100 0 1101 100100101 1000001 1000001

Color Harmonies of #D16ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16ADF

Black with #D16ADF

Text Example


Text Example

White with #D16ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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