#E079CD

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

Shades of Orchid #E079CD

Tints of Orchid #E079CD

Color information

#E079CD (or 0xE079CD) is unknown color: approx Orchid. HEX triplet: E0, 79 and CD. RGB value is (224,121,205). Sum of RGB (Red+Green+Blue) = 224+121+205=550 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.73% from 550); Green value is 121 (47.66% from 255 or 22% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 224 - color contains mainly: red. Hex color #E079CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E079CD is #1F8632. Grayscale: #A1A1A1. Windows color (decimal): -2065971 or 13466080. OLE color: 13466080.

HSL color Cylindrical-coordinate representation of color #E079CD: hue angle of 311.07º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E079CD is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB224121205-
CMYK00.460.080.12
HSL311.07º62.42%67.65%-
HSV(B)311.07º45.98%87.84%-
XYZ48.633.9361.75-
YUV161.37152.62172.67-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.73%
GREEN value IS 121 (47.66% from 255) = 22%
BLUE value IS 205 (80.47% from 255) = 37.27%
R=40.73%
G=22%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412120500.460.080.12311.0762.4267.65
HexE079CD02E8C1373e44
Octal340171315056101446776104
Binary111000001111001110011010101110100011001001101111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E079CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E079CD; }

 p { color: rgb(224,121,205); }

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

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

 a { background-color: rgb(224,121,205); }

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

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

 span { border-color: rgb(224,121,205); }

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