#D16CBF

Color #D16CBF Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #D16CBF

Tints of Orchid #D16CBF

Color information

#D16CBF (or 0xD16CBF) is unknown color: approx Orchid. HEX triplet: D1, 6C and BF. RGB value is (209,108,191). Sum of RGB (Red+Green+Blue) = 209+108+191=508 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.14% from 508); Green value is 108 (42.58% from 255 or 21.26% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 209 - color contains mainly: red. Hex color #D16CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16CBF is #2E9340. Grayscale: #939393. Windows color (decimal): -3052353 or 12545233. OLE color: 12545233.

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

Color convert

RGB209108191-
CMYK00.480.090.18
HSL310.69º52.33%62.16%-
HSV(B)310.69º48.33%81.96%-
XYZ41.0628.0452.54-
YUV147.66152.46171.75-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.14%
GREEN value IS 108 (42.58% from 255) = 21.26%
BLUE value IS 191 (75% from 255) = 37.60%
R=41.14%
G=21.26%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910819100.480.090.18310.6952.3362.16
HexD16CBF030912137343e
Octal32115427706011224676476
Binary110100011101100101111110110000100110010100110111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16CBF; }

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

 H1.HeaderClassName
 {
   color: #D16CBF;
 }
 .AnyTagClassName
 {
   color: #D16CBF;
 }
</style>
background-color css

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

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

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

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

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

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