#E068C1

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

Shades of Orchid #E068C1

Tints of Orchid #E068C1

Color information

#E068C1 (or 0xE068C1) is unknown color: approx Orchid. HEX triplet: E0, 68 and C1. RGB value is (224,104,193). Sum of RGB (Red+Green+Blue) = 224+104+193=521 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.99% from 521); Green value is 104 (41.02% from 255 or 19.96% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 224 - color contains mainly: red. Hex color #E068C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E068C1 is #1F973E. Grayscale: #959595. Windows color (decimal): -2070335 or 12675296. OLE color: 12675296.

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

Color convert

RGB224104193-
CMYK00.540.140.12
HSL315.5º65.93%64.31%-
HSV(B)315.5º53.57%87.84%-
XYZ45.3229.653.78-
YUV150.03152.26180.76-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.99%
GREEN value IS 104 (41.02% from 255) = 19.96%
BLUE value IS 193 (75.78% from 255) = 37.04%
R=42.99%
G=19.96%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410419300.540.140.12315.565.9364.31
HexE068C1036EC13c4240
Octal3401503010661614474102100
Binary1110000011010001100000101101101110110010011110010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E068C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E068C1; }

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

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

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

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

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

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

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

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