Html Css Color HEX #D16BBB Orchid

📋 copy color: '#D16BBB'

red 209 ◦ green 107 ◦ blue 187

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

Shades of Orchid #D16BBB

Tints of Orchid #D16BBB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.27%

 BLUE value IS 187 (73.44% from 255) = 37.18%

R = 41.55%
G = 21.27%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D16BBB (or 0xD16BBB) is known color: Orchid. HEX triplet: D1, 6B and BB. RGB value is (209,107,187). Sum of RGB (Red+Green+Blue) = 209+107+187=503 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.55% from 503); Green value is 107 (42.19% from 255 or 21.27% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 209 - color contains mainly: red. Hex color #D16BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16BBB is #2E9444. Grayscale: #929292. Windows color (decimal): -3052613 or 12282833. OLE color: 12282833.

HSL color Cylindrical-coordinate representation of color #D16BBB: hue angle of 312.94º 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 #D16BBB is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 107 187 -
CMYK 0 0.49 0.11 0.18
HSL 312.94º 0.53% 0.62% -
HSV(B) 312.94º 0.49% 0.82% -
XYZ 40.52 27.66 50.22 -
YUV 146.62 150.79 172.5 -
System Red Green Blue C M Y K H S L
Decimal 209 107 187 0 0.49 0.11 0.18 312.94 0.53 0.62
Hex D1 6B BB 0 31 B 12 139 35 3E
Octal 321 153 273 0 61 13 22 471 65 76
Binary 11010001 1101011 10111011 0 110001 1011 10010 100111001 110101 111110

Color Harmonies of #D16BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16BBB

Black with #D16BBB

Text Example


Text Example

White with #D16BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16BBB; }

 p { color: rgb(209,107,187); }

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

background-color css

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

 a { background-color: rgb(209,107,187); }

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

border-color css

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

 span { border-color: rgb(209,107,187); }

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