#E16BD3

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

Shades of Orchid #E16BD3

Tints of Orchid #E16BD3

Color information

#E16BD3 (or 0xE16BD3) is unknown color: approx Orchid. HEX triplet: E1, 6B and D3. RGB value is (225,107,211). Sum of RGB (Red+Green+Blue) = 225+107+211=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 107 (42.19% from 255 or 19.71% from 543); Blue value is 211 (82.81% from 255 or 38.86% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E16BD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16BD3 is #1E942C. Grayscale: #999999. Windows color (decimal): -2004013 or 13855713. OLE color: 13855713.

HSL color Cylindrical-coordinate representation of color #E16BD3: hue angle of 307.12º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E16BD3 is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB225107211-
CMYK00.520.060.12
HSL307.12º66.29%65.1%-
HSV(B)307.12º52.44%88.24%-
XYZ48.0731.2365.12-
YUV154.14160.09178.54-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.44%
GREEN value IS 107 (42.19% from 255) = 19.71%
BLUE value IS 211 (82.81% from 255) = 38.86%
R=41.44%
G=19.71%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510721100.520.060.12307.1266.2965.1
HexE16BD30346C1334241
Octal341153323064614463102101
Binary111000011101011110100110110100110110010011001110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16BD3; }

 p { color: rgb(225,107,211); }

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

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

 a { background-color: rgb(225,107,211); }

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

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

 span { border-color: rgb(225,107,211); }

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