#E069D6

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

Shades of Orchid #E069D6

Tints of Orchid #E069D6

Color information

#E069D6 (or 0xE069D6) is unknown color: approx Orchid. HEX triplet: E0, 69 and D6. RGB value is (224,105,214). Sum of RGB (Red+Green+Blue) = 224+105+214=543 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.25% from 543); Green value is 105 (41.41% from 255 or 19.34% from 543); Blue value is 214 (83.98% from 255 or 39.41% from 543); Max value from RGB is 224 - color contains mainly: red. Hex color #E069D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E069D6 is #1F9629. Grayscale: #989898. Windows color (decimal): -2070058 or 14051808. OLE color: 14051808.

HSL color Cylindrical-coordinate representation of color #E069D6: hue angle of 305.04º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E069D6 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB224105214-
CMYK00.530.040.12
HSL305.04º65.75%64.51%-
HSV(B)305.04º53.12%87.84%-
XYZ47.9330.8167.04-
YUV153.01162.42178.64-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.25%
GREEN value IS 105 (41.41% from 255) = 19.34%
BLUE value IS 214 (83.98% from 255) = 39.41%
R=41.25%
G=19.34%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410521400.530.040.12305.0465.7564.51
HexE069D60354C1314241
Octal340151326065414461102101
Binary111000001101001110101100110101100110010011000110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E069D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E069D6; }

 p { color: rgb(224,105,214); }

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

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

 a { background-color: rgb(224,105,214); }

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

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

 span { border-color: rgb(224,105,214); }

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