#E067C8

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

Shades of Orchid #E067C8

Tints of Orchid #E067C8

Color information

#E067C8 (or 0xE067C8) is unknown color: approx Orchid. HEX triplet: E0, 67 and C8. RGB value is (224,103,200). Sum of RGB (Red+Green+Blue) = 224+103+200=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 103 (40.62% from 255 or 19.54% from 527); Blue value is 200 (78.52% from 255 or 37.95% from 527); Max value from RGB is 224 - color contains mainly: red. Hex color #E067C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E067C8 is #1F9837. Grayscale: #959595. Windows color (decimal): -2070584 or 13133792. OLE color: 13133792.

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

Color convert

RGB224103200-
CMYK00.540.110.12
HSL311.9º66.12%64.12%-
HSV(B)311.9º54.02%87.84%-
XYZ46.0229.7257.95-
YUV150.24156.09180.61-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.50%
GREEN value IS 103 (40.62% from 255) = 19.54%
BLUE value IS 200 (78.52% from 255) = 37.95%
R=42.50%
G=19.54%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410320000.540.110.12311.966.1264.12
HexE067C8036BC1384240
Octal3401473100661314470102100
Binary1110000011001111100100001101101011110010011100010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E067C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E067C8; }

 p { color: rgb(224,103,200); }

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

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

 a { background-color: rgb(224,103,200); }

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

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

 span { border-color: rgb(224,103,200); }

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