#E088CD

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

Shades of Orchid #E088CD

Tints of Orchid #E088CD

Color information

#E088CD (or 0xE088CD) is unknown color: approx Orchid. HEX triplet: E0, 88 and CD. RGB value is (224,136,205). Sum of RGB (Red+Green+Blue) = 224+136+205=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 136 (53.52% from 255 or 24.07% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 224 - color contains mainly: red. Hex color #E088CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E088CD is #1F7732. Grayscale: #A9A9A9. Windows color (decimal): -2062131 or 13469920. OLE color: 13469920.

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

Color convert

RGB224136205-
CMYK00.390.080.12
HSL312.95º58.67%70.59%-
HSV(B)312.95º39.29%87.84%-
XYZ50.5637.8662.4-
YUV170.18147.65166.39-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.65%
GREEN value IS 136 (53.52% from 255) = 24.07%
BLUE value IS 205 (80.47% from 255) = 36.28%
R=39.65%
G=24.07%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413620500.390.080.12312.9558.6770.59
HexE088CD0278C1393b47
Octal340210315047101447173107
Binary1110000010001000110011010100111100011001001110011110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E088CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E088CD; }

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

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

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

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

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

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

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

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