#E069C7

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

Shades of Orchid #E069C7

Tints of Orchid #E069C7

Color information

#E069C7 (or 0xE069C7) is unknown color: approx Orchid. HEX triplet: E0, 69 and C7. RGB value is (224,105,199). Sum of RGB (Red+Green+Blue) = 224+105+199=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 105 (41.41% from 255 or 19.89% from 528); Blue value is 199 (78.12% from 255 or 37.69% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E069C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E069C7 is #1F9638. Grayscale: #979797. Windows color (decimal): -2070073 or 13068768. OLE color: 13068768.

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

Color convert

RGB224105199-
CMYK00.530.110.12
HSL312.61º65.75%64.51%-
HSV(B)312.61º53.12%87.84%-
XYZ46.130.0757.41-
YUV151.3154.92179.86-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.42%
GREEN value IS 105 (41.41% from 255) = 19.89%
BLUE value IS 199 (78.12% from 255) = 37.69%
R=42.42%
G=19.89%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410519900.530.110.12312.6165.7564.51
HexE069C7035BC1394241
Octal3401513070651314471102101
Binary1110000011010011100011101101011011110010011100110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E069C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E069C7; }

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

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

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

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

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

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

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

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