#E07FCE

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

Shades of Orchid #E07FCE

Tints of Orchid #E07FCE

Color information

#E07FCE (or 0xE07FCE) is unknown color: approx Orchid. HEX triplet: E0, 7F and CE. RGB value is (224,127,206). Sum of RGB (Red+Green+Blue) = 224+127+206=557 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.22% from 557); Green value is 127 (50% from 255 or 22.80% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 224 - color contains mainly: red. Hex color #E07FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07FCE is #1F8031. Grayscale: #A4A4A4. Windows color (decimal): -2064434 or 13533152. OLE color: 13533152.

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

Color convert

RGB224127206-
CMYK00.430.080.12
HSL311.13º61.01%68.82%-
HSV(B)311.13º43.3%87.84%-
XYZ49.4735.4862.63-
YUV165.01151.14170.08-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.22%
GREEN value IS 127 (50% from 255) = 22.80%
BLUE value IS 206 (80.86% from 255) = 36.98%
R=40.22%
G=22.80%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412720600.430.080.12311.1361.0168.82
HexE07FCE02B8C1373d45
Octal340177316053101446775105
Binary111000001111111110011100101011100011001001101111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07FCE; }

 p { color: rgb(224,127,206); }

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

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

 a { background-color: rgb(224,127,206); }

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

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

 span { border-color: rgb(224,127,206); }

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