#E068CA

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

Shades of Orchid #E068CA

Tints of Orchid #E068CA

Color information

#E068CA (or 0xE068CA) is unknown color: approx Orchid. HEX triplet: E0, 68 and CA. RGB value is (224,104,202). Sum of RGB (Red+Green+Blue) = 224+104+202=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 104 (41.02% from 255 or 19.62% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E068CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E068CA is #1F9735. Grayscale: #969696. Windows color (decimal): -2070326 or 13265120. OLE color: 13265120.

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

Color convert

RGB224104202-
CMYK00.540.100.12
HSL311º65.93%64.31%-
HSV(B)311º53.57%87.84%-
XYZ46.3530.0159.23-
YUV151.05156.76180.03-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.26%
GREEN value IS 104 (41.02% from 255) = 19.62%
BLUE value IS 202 (79.30% from 255) = 38.11%
R=42.26%
G=19.62%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410420200.540.100.1231165.9364.31
HexE068CA036AC1374240
Octal3401503120661214467102100
Binary1110000011010001100101001101101010110010011011110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E068CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E068CA; }

 p { color: rgb(224,104,202); }

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

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

 a { background-color: rgb(224,104,202); }

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

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

 span { border-color: rgb(224,104,202); }

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