#E276D6

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

Shades of Orchid #E276D6

Tints of Orchid #E276D6

Color information

#E276D6 (or 0xE276D6) is unknown color: approx Orchid. HEX triplet: E2, 76 and D6. RGB value is (226,118,214). Sum of RGB (Red+Green+Blue) = 226+118+214=558 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.50% from 558); Green value is 118 (46.48% from 255 or 21.15% from 558); Blue value is 214 (83.98% from 255 or 38.35% from 558); Max value from RGB is 226 - color contains mainly: red. Hex color #E276D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E276D6 is #1D8929. Grayscale: #A0A0A0. Windows color (decimal): -1935658 or 14055138. OLE color: 14055138.

HSL color Cylindrical-coordinate representation of color #E276D6: hue angle of 306.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 #E276D6 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB226118214-
CMYK00.480.050.11
HSL306.67º65.06%67.45%-
HSV(B)306.67º47.79%88.63%-
XYZ49.9833.9867.54-
YUV161.24157.78174.19-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.50%
GREEN value IS 118 (46.48% from 255) = 21.15%
BLUE value IS 214 (83.98% from 255) = 38.35%
R=40.50%
G=21.15%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611821400.480.050.11306.6765.0667.45
HexE276D60305B1334143
Octal342166326060513463101103
Binary111000101110110110101100110000101101110011001110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E276D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E276D6; }

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

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

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

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

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

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

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

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