#E07BC8

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

Shades of Orchid #E07BC8

Tints of Orchid #E07BC8

Color information

#E07BC8 (or 0xE07BC8) is unknown color: approx Orchid. HEX triplet: E0, 7B and C8. RGB value is (224,123,200). Sum of RGB (Red+Green+Blue) = 224+123+200=547 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.95% from 547); Green value is 123 (48.44% from 255 or 22.49% from 547); Blue value is 200 (78.52% from 255 or 36.56% from 547); Max value from RGB is 224 - color contains mainly: red. Hex color #E07BC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07BC8 is #1F8437. Grayscale: #A1A1A1. Windows color (decimal): -2065464 or 13138912. OLE color: 13138912.

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

Color convert

RGB224123200-
CMYK00.450.110.12
HSL314.26º61.96%68.04%-
HSV(B)314.26º45.09%87.84%-
XYZ48.2534.1858.7-
YUV161.98149.46172.24-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.95%
GREEN value IS 123 (48.44% from 255) = 22.49%
BLUE value IS 200 (78.52% from 255) = 36.56%
R=40.95%
G=22.49%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412320000.450.110.12314.2661.9668.04
HexE07BC802DBC13a3e44
Octal340173310055131447276104
Binary111000001111011110010000101101101111001001110101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07BC8; }

 p { color: rgb(224,123,200); }

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

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

 a { background-color: rgb(224,123,200); }

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

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

 span { border-color: rgb(224,123,200); }

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