#E17BCB

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

Shades of Orchid #E17BCB

Tints of Orchid #E17BCB

Color information

#E17BCB (or 0xE17BCB) is unknown color: approx Orchid. HEX triplet: E1, 7B and CB. RGB value is (225,123,203). Sum of RGB (Red+Green+Blue) = 225+123+203=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 123 (48.44% from 255 or 22.32% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 225 - color contains mainly: red. Hex color #E17BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17BCB is #1E8434. Grayscale: #A2A2A2. Windows color (decimal): -1999925 or 13335521. OLE color: 13335521.

HSL color Cylindrical-coordinate representation of color #E17BCB: hue angle of 312.94º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E17BCB is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB225123203-
CMYK00.450.100.12
HSL312.94º62.96%68.24%-
HSV(B)312.94º45.33%88.24%-
XYZ48.9134.4960.58-
YUV162.62150.79172.5-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.83%
GREEN value IS 123 (48.44% from 255) = 22.32%
BLUE value IS 203 (79.69% from 255) = 36.84%
R=40.83%
G=22.32%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512320300.450.100.12312.9462.9668.24
HexE17BCB02DAC1393f44
Octal341173313055121447177104
Binary111000011111011110010110101101101011001001110011111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17BCB; }

 p { color: rgb(225,123,203); }

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

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

 a { background-color: rgb(225,123,203); }

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

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

 span { border-color: rgb(225,123,203); }

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