Html Css Color HEX #D16ABF Orchid

📋 copy color: '#D16ABF'

red 209 ◦ green 106 ◦ blue 191

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

Shades of Orchid #D16ABF

Tints of Orchid #D16ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.75%

R = 41.3%
G = 20.95%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D16ABF (or 0xD16ABF) is known color: Orchid. HEX triplet: D1, 6A and BF. RGB value is (209,106,191). Sum of RGB (Red+Green+Blue) = 209+106+191=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 106 (41.80% from 255 or 20.95% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 209 - color contains mainly: red. Hex color #D16ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16ABF is #2E9540. Grayscale: #929292. Windows color (decimal): -3052865 or 12544721. OLE color: 12544721.

HSL color Cylindrical-coordinate representation of color #D16ABF: hue angle of 310.49º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D16ABF is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 106 191 -
CMYK 0 0.49 0.09 0.18
HSL 310.49º 0.53% 0.62% -
HSV(B) 310.49º 0.49% 0.82% -
XYZ 40.85 27.62 52.47 -
YUV 146.49 153.12 172.59 -
System Red Green Blue C M Y K H S L
Decimal 209 106 191 0 0.49 0.09 0.18 310.49 0.53 0.62
Hex D1 6A BF 0 31 9 12 136 35 3E
Octal 321 152 277 0 61 11 22 466 65 76
Binary 11010001 1101010 10111111 0 110001 1001 10010 100110110 110101 111110

Color Harmonies of #D16ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16ABF

Black with #D16ABF

Text Example


Text Example

White with #D16ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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