#e076d0

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

Shades of Orchid #E076D0

Tints of Orchid #E076D0

Color information

#E076D0 (or 0xE076D0) is unknown color: approx Orchid. HEX triplet: E0, 76 and D0. RGB value is (224,118,208). Sum of RGB (Red+Green+Blue) = 224+118+208=550 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.73% from 550); Green value is 118 (46.48% from 255 or 21.45% from 550); Blue value is 208 (81.64% from 255 or 37.82% from 550); Max value from RGB is 224 - color contains mainly: red. Hex color #E076D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E076D0 is #1F892F. Grayscale: #9F9F9F. Windows color (decimal): -2066736 or 13661920. OLE color: 13661920.

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

Color convert

RGB224118208-
CMYK00.470.070.12
HSL309.06º63.1%67.06%-
HSV(B)309.06º47.32%87.84%-
XYZ48.633.3663.55-
YUV159.95155.12173.68-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.73%
GREEN value IS 118 (46.48% from 255) = 21.45%
BLUE value IS 208 (81.64% from 255) = 37.82%
R=40.73%
G=21.45%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411820800.470.070.12309.0663.167.06
HexE076D002F7C1353f43
Octal34016632005771446577103
Binary11100000111011011010000010111111111001001101011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e076d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e076d0; }

 p { color: rgb(224,118,208); }

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

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

 a { background-color: rgb(224,118,208); }

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

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

 span { border-color: rgb(224,118,208); }

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