#E07DCC

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

Shades of Orchid #E07DCC

Tints of Orchid #E07DCC

Color information

#E07DCC (or 0xE07DCC) is unknown color: approx Orchid. HEX triplet: E0, 7D and CC. RGB value is (224,125,204). Sum of RGB (Red+Green+Blue) = 224+125+204=553 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.51% from 553); Green value is 125 (49.22% from 255 or 22.60% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 224 - color contains mainly: red. Hex color #E07DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07DCC is #1F8233. Grayscale: #A3A3A3. Windows color (decimal): -2064948 or 13401568. OLE color: 13401568.

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

Color convert

RGB224125204-
CMYK00.440.090.12
HSL312.12º61.49%68.43%-
HSV(B)312.12º44.2%87.84%-
XYZ48.9734.8761.28-
YUV163.61150.8171.08-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.51%
GREEN value IS 125 (49.22% from 255) = 22.60%
BLUE value IS 204 (80.08% from 255) = 36.89%
R=40.51%
G=22.60%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412520400.440.090.12312.1261.4968.43
HexE07DCC02C9C1383d44
Octal340175314054111447075104
Binary111000001111101110011000101100100111001001110001111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07DCC; }

 p { color: rgb(224,125,204); }

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

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

 a { background-color: rgb(224,125,204); }

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

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

 span { border-color: rgb(224,125,204); }

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