#E07BCF

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

Shades of Orchid #E07BCF

Tints of Orchid #E07BCF

Color information

#E07BCF (or 0xE07BCF) is unknown color: approx Orchid. HEX triplet: E0, 7B and CF. RGB value is (224,123,207). Sum of RGB (Red+Green+Blue) = 224+123+207=554 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.43% from 554); Green value is 123 (48.44% from 255 or 22.20% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 224 - color contains mainly: red. Hex color #E07BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07BCF is #1F8430. Grayscale: #A2A2A2. Windows color (decimal): -2065457 or 13597664. OLE color: 13597664.

HSL color Cylindrical-coordinate representation of color #E07BCF: hue angle of 310.1º 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 #E07BCF is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB224123207-
CMYK00.450.080.12
HSL310.1º61.96%68.04%-
HSV(B)310.1º45.09%87.84%-
XYZ49.0934.5263.11-
YUV162.78152.96171.67-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.43%
GREEN value IS 123 (48.44% from 255) = 22.20%
BLUE value IS 207 (81.25% from 255) = 37.36%
R=40.43%
G=22.20%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412320700.450.080.12310.161.9668.04
HexE07BCF02D8C1363e44
Octal340173317055101446676104
Binary111000001111011110011110101101100011001001101101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07BCF; }

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

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

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

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

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

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

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

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