#E069CD

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

Shades of Orchid #E069CD

Tints of Orchid #E069CD

Color information

#E069CD (or 0xE069CD) is unknown color: approx Orchid. HEX triplet: E0, 69 and CD. RGB value is (224,105,205). Sum of RGB (Red+Green+Blue) = 224+105+205=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 105 (41.41% from 255 or 19.66% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 224 - color contains mainly: red. Hex color #E069CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E069CD is #1F9632. Grayscale: #979797. Windows color (decimal): -2070067 or 13461984. OLE color: 13461984.

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

Color convert

RGB224105205-
CMYK00.530.080.12
HSL309.58º65.75%64.51%-
HSV(B)309.58º53.12%87.84%-
XYZ46.8130.3661.15-
YUV151.98157.92179.37-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.95%
GREEN value IS 105 (41.41% from 255) = 19.66%
BLUE value IS 205 (80.47% from 255) = 38.39%
R=41.95%
G=19.66%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410520500.530.080.12309.5865.7564.51
HexE069CD0358C1364241
Octal3401513150651014466102101
Binary1110000011010011100110101101011000110010011011010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E069CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E069CD; }

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

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

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

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

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

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

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

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