#D16BC0

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

Shades of Orchid #D16BC0

Tints of Orchid #D16BC0

Color information

#D16BC0 (or 0xD16BC0) is unknown color: approx Orchid. HEX triplet: D1, 6B and C0. RGB value is (209,107,192). Sum of RGB (Red+Green+Blue) = 209+107+192=508 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.14% from 508); Green value is 107 (42.19% from 255 or 21.06% from 508); Blue value is 192 (75.39% from 255 or 37.80% from 508); Max value from RGB is 209 - color contains mainly: red. Hex color #D16BC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16BC0 is #2E943F. Grayscale: #929292. Windows color (decimal): -3052608 or 12610513. OLE color: 12610513.

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

Color convert

RGB209107192-
CMYK00.490.080.18
HSL310º52.58%61.96%-
HSV(B)310º48.8%81.96%-
XYZ41.0727.8853.09-
YUV147.19153.29172.09-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.14%
GREEN value IS 107 (42.19% from 255) = 21.06%
BLUE value IS 192 (75.39% from 255) = 37.80%
R=41.14%
G=21.06%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910719200.490.080.1831052.5861.96
HexD16BC0031812136353e
Octal32115330006110224666576
Binary110100011101011110000000110001100010010100110110110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16BC0; }

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

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

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

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

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

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

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

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