#D16BC2

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

Shades of Orchid #D16BC2

Tints of Orchid #D16BC2

Color information

#D16BC2 (or 0xD16BC2) is unknown color: approx Orchid. HEX triplet: D1, 6B and C2. RGB value is (209,107,194). Sum of RGB (Red+Green+Blue) = 209+107+194=510 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.98% from 510); Green value is 107 (42.19% from 255 or 20.98% from 510); Blue value is 194 (76.17% from 255 or 38.04% from 510); Max value from RGB is 209 - color contains mainly: red. Hex color #D16BC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16BC2 is #2E943D. Grayscale: #939393. Windows color (decimal): -3052606 or 12741585. OLE color: 12741585.

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

Color convert

RGB209107194-
CMYK00.490.070.18
HSL308.82º52.58%61.96%-
HSV(B)308.82º48.8%81.96%-
XYZ41.2927.9754.26-
YUV147.42154.29171.93-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.98%
GREEN value IS 107 (42.19% from 255) = 20.98%
BLUE value IS 194 (76.17% from 255) = 38.04%
R=40.98%
G=20.98%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910719400.490.070.18308.8252.5861.96
HexD16BC2031712135353e
Octal3211533020617224656576
Binary11010001110101111000010011000111110010100110101110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16BC2; }

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

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

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

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

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

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

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

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