#E86CCA

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

Shades of Orchid #E86CCA

Tints of Orchid #E86CCA

Color information

#E86CCA (or 0xE86CCA) is unknown color: approx Orchid. HEX triplet: E8, 6C and CA. RGB value is (232,108,202). Sum of RGB (Red+Green+Blue) = 232+108+202=542 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.80% from 542); Green value is 108 (42.58% from 255 or 19.93% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 232 - color contains mainly: red. Hex color #E86CCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86CCA is #179335. Grayscale: #9B9B9B. Windows color (decimal): -1545014 or 13266152. OLE color: 13266152.

HSL color Cylindrical-coordinate representation of color #E86CCA: hue angle of 314.52º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E86CCA is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB232108202-
CMYK00.530.130.09
HSL314.52º72.94%66.67%-
HSV(B)314.52º53.45%90.98%-
XYZ49.332.1559.48-
YUV155.79154.08182.36-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.80%
GREEN value IS 108 (42.58% from 255) = 19.93%
BLUE value IS 202 (79.30% from 255) = 37.27%
R=42.80%
G=19.93%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210820200.530.130.09314.5272.9466.67
HexE86CCA035D913b4943
Octal3501543120651511473111103
Binary1110100011011001100101001101011101100110011101110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86CCA; }

 p { color: rgb(232,108,202); }

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

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

 a { background-color: rgb(232,108,202); }

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

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

 span { border-color: rgb(232,108,202); }

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