#E286CD

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

Shades of Orchid #E286CD

Tints of Orchid #E286CD

Color information

#E286CD (or 0xE286CD) is unknown color: approx Orchid. HEX triplet: E2, 86 and CD. RGB value is (226,134,205). Sum of RGB (Red+Green+Blue) = 226+134+205=565 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40% from 565); Green value is 134 (52.73% from 255 or 23.72% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 226 - color contains mainly: red. Hex color #E286CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E286CD is #1D7932. Grayscale: #A9A9A9. Windows color (decimal): -1931571 or 13469410. OLE color: 13469410.

HSL color Cylindrical-coordinate representation of color #E286CD: hue angle of 313.7º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E286CD is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB226134205-
CMYK00.410.090.11
HSL313.7º61.33%70.59%-
HSV(B)313.7º40.71%88.63%-
XYZ50.9137.6362.34-
YUV169.6147.98168.23-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40%
GREEN value IS 134 (52.73% from 255) = 23.72%
BLUE value IS 205 (80.47% from 255) = 36.28%
R=40%
G=23.72%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613420500.410.090.11313.761.3370.59
HexE286CD0299B13a3d47
Octal342206315051111347275107
Binary1110001010000110110011010101001100110111001110101111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E286CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E286CD; }

 p { color: rgb(226,134,205); }

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

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

 a { background-color: rgb(226,134,205); }

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

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

 span { border-color: rgb(226,134,205); }

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