#D16BE4

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

Shades of Orchid #D16BE4

Tints of Orchid #D16BE4

Color information

#D16BE4 (or 0xD16BE4) is unknown color: approx Orchid. HEX triplet: D1, 6B and E4. RGB value is (209,107,228). Sum of RGB (Red+Green+Blue) = 209+107+228=544 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.42% from 544); Green value is 107 (42.19% from 255 or 19.67% from 544); Blue value is 228 (89.45% from 255 or 41.91% from 544); Max value from RGB is 228 - color contains mainly: blue. Hex color #D16BE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16BE4 is #2E941B. Grayscale: #969696. Windows color (decimal): -3052572 or 14969809. OLE color: 14969809.

HSL color Cylindrical-coordinate representation of color #D16BE4: hue angle of 290.58º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D16BE4 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB209107228-
CMYK0.080.5300.11
HSL290.58º69.14%65.69%-
HSV(B)290.58º53.07%89.41%-
XYZ45.5629.6776.73-
YUV151.29171.29169.16-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.42%
GREEN value IS 107 (42.19% from 255) = 19.67%
BLUE value IS 228 (89.45% from 255) = 41.91%
R=38.42%
G=19.67%
B=41.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2091072280.080.5300.11290.5869.1465.69
HexD16BE48350B1234542
Octal3211533441065013443105102
Binary1101000111010111110010010001101010101110010001110001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16BE4; }

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

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

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

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

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

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

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

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