#E082CD

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

Shades of Orchid #E082CD

Tints of Orchid #E082CD

Color information

#E082CD (or 0xE082CD) is unknown color: approx Orchid. HEX triplet: E0, 82 and CD. RGB value is (224,130,205). Sum of RGB (Red+Green+Blue) = 224+130+205=559 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40.07% from 559); Green value is 130 (51.17% from 255 or 23.26% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 224 - color contains mainly: red. Hex color #E082CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E082CD is #1F7D32. Grayscale: #A6A6A6. Windows color (decimal): -2063667 or 13468384. OLE color: 13468384.

HSL color Cylindrical-coordinate representation of color #E082CD: hue angle of 312.13º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E082CD is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB224130205-
CMYK00.420.080.12
HSL312.13º60.26%69.41%-
HSV(B)312.13º41.96%87.84%-
XYZ49.7436.2262.13-
YUV166.66149.64168.9-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.07%
GREEN value IS 130 (51.17% from 255) = 23.26%
BLUE value IS 205 (80.47% from 255) = 36.67%
R=40.07%
G=23.26%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413020500.420.080.12312.1360.2669.41
HexE082CD02A8C1383c45
Octal340202315052101447074105
Binary1110000010000010110011010101010100011001001110001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E082CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E082CD; }

 p { color: rgb(224,130,205); }

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

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

 a { background-color: rgb(224,130,205); }

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

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

 span { border-color: rgb(224,130,205); }

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