#E07DCB

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

Shades of Orchid #E07DCB

Tints of Orchid #E07DCB

Color information

#E07DCB (or 0xE07DCB) is unknown color: approx Orchid. HEX triplet: E0, 7D and CB. RGB value is (224,125,203). Sum of RGB (Red+Green+Blue) = 224+125+203=552 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.58% from 552); Green value is 125 (49.22% from 255 or 22.64% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 224 - color contains mainly: red. Hex color #E07DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07DCB is #1F8234. Grayscale: #A3A3A3. Windows color (decimal): -2064949 or 13336032. OLE color: 13336032.

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

Color convert

RGB224125203-
CMYK00.440.090.12
HSL312.73º61.49%68.43%-
HSV(B)312.73º44.2%87.84%-
XYZ48.8534.8360.65-
YUV163.49150.3171.16-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.58%
GREEN value IS 125 (49.22% from 255) = 22.64%
BLUE value IS 203 (79.69% from 255) = 36.78%
R=40.58%
G=22.64%
B=36.78%

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
Decimal22412520300.440.090.12312.7361.4968.43
HexE07DCB02C9C1393d44
Octal340175313054111447175104
Binary111000001111101110010110101100100111001001110011111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07DCB; }

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

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

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

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

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

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

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

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