#E07DCA

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

Shades of Orchid #E07DCA

Tints of Orchid #E07DCA

Color information

#E07DCA (or 0xE07DCA) is unknown color: approx Orchid. HEX triplet: E0, 7D and CA. RGB value is (224,125,202). Sum of RGB (Red+Green+Blue) = 224+125+202=551 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.65% from 551); Green value is 125 (49.22% from 255 or 22.69% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 224 - color contains mainly: red. Hex color #E07DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07DCA is #1F8235. Grayscale: #A3A3A3. Windows color (decimal): -2064950 or 13270496. OLE color: 13270496.

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

Color convert

RGB224125202-
CMYK00.440.100.12
HSL313.33º61.49%68.43%-
HSV(B)313.33º44.2%87.84%-
XYZ48.7334.7860.02-
YUV163.38149.8171.24-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.65%
GREEN value IS 125 (49.22% from 255) = 22.69%
BLUE value IS 202 (79.30% from 255) = 36.66%
R=40.65%
G=22.69%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412520200.440.100.12313.3361.4968.43
HexE07DCA02CAC1393d44
Octal340175312054121447175104
Binary111000001111101110010100101100101011001001110011111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07DCA; }

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

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

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

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

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

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

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

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