#D16BC3

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

Shades of Orchid #D16BC3

Tints of Orchid #D16BC3

Color information

#D16BC3 (or 0xD16BC3) is unknown color: approx Orchid. HEX triplet: D1, 6B and C3. RGB value is (209,107,195). Sum of RGB (Red+Green+Blue) = 209+107+195=511 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.90% from 511); Green value is 107 (42.19% from 255 or 20.94% from 511); Blue value is 195 (76.56% from 255 or 38.16% from 511); Max value from RGB is 209 - color contains mainly: red. Hex color #D16BC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16BC3 is #2E943C. Grayscale: #939393. Windows color (decimal): -3052605 or 12807121. OLE color: 12807121.

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

Color convert

RGB209107195-
CMYK00.490.070.18
HSL308.24º52.58%61.96%-
HSV(B)308.24º48.8%81.96%-
XYZ41.428.0154.85-
YUV147.53154.79171.84-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.90%
GREEN value IS 107 (42.19% from 255) = 20.94%
BLUE value IS 195 (76.56% from 255) = 38.16%
R=40.90%
G=20.94%
B=38.16%

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
Decimal20910719500.490.070.18308.2452.5861.96
HexD16BC3031712134353e
Octal3211533030617224646576
Binary11010001110101111000011011000111110010100110100110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16BC3; }

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

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

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

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

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

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

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

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