#E276CD

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

Shades of Orchid #E276CD

Tints of Orchid #E276CD

Color information

#E276CD (or 0xE276CD) is unknown color: approx Orchid. HEX triplet: E2, 76 and CD. RGB value is (226,118,205). Sum of RGB (Red+Green+Blue) = 226+118+205=549 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.17% from 549); Green value is 118 (46.48% from 255 or 21.49% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 226 - color contains mainly: red. Hex color #E276CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E276CD is #1D8932. Grayscale: #9F9F9F. Windows color (decimal): -1935667 or 13465314. OLE color: 13465314.

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

Color convert

RGB226118205-
CMYK00.480.090.11
HSL311.67º65.06%67.45%-
HSV(B)311.67º47.79%88.63%-
XYZ48.8633.5361.65-
YUV160.21153.28174.93-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.17%
GREEN value IS 118 (46.48% from 255) = 21.49%
BLUE value IS 205 (80.47% from 255) = 37.34%
R=41.17%
G=21.49%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611820500.480.090.11311.6765.0667.45
HexE276CD0309B1384143
Octal3421663150601113470101103
Binary1110001011101101100110101100001001101110011100010000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E276CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E276CD; }

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

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

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

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

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

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

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

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