#E069D3

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

Shades of Orchid #E069D3

Tints of Orchid #E069D3

Color information

#E069D3 (or 0xE069D3) is unknown color: approx Orchid. HEX triplet: E0, 69 and D3. RGB value is (224,105,211). Sum of RGB (Red+Green+Blue) = 224+105+211=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 105 (41.41% from 255 or 19.44% from 540); Blue value is 211 (82.81% from 255 or 39.07% from 540); Max value from RGB is 224 - color contains mainly: red. Hex color #E069D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E069D3 is #1F962C. Grayscale: #989898. Windows color (decimal): -2070061 or 13855200. OLE color: 13855200.

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

Color convert

RGB224105211-
CMYK00.530.060.12
HSL306.55º65.75%64.51%-
HSV(B)306.55º53.12%87.84%-
XYZ47.5530.6565.04-
YUV152.66160.92178.88-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.48%
GREEN value IS 105 (41.41% from 255) = 19.44%
BLUE value IS 211 (82.81% from 255) = 39.07%
R=41.48%
G=19.44%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410521100.530.060.12306.5565.7564.51
HexE069D30356C1334241
Octal340151323065614463102101
Binary111000001101001110100110110101110110010011001110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E069D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E069D3; }

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

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

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

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

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

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

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

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