#E067C9

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

Shades of Orchid #E067C9

Tints of Orchid #E067C9

Color information

#E067C9 (or 0xE067C9) is unknown color: approx Orchid. HEX triplet: E0, 67 and C9. RGB value is (224,103,201). Sum of RGB (Red+Green+Blue) = 224+103+201=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 103 (40.62% from 255 or 19.51% from 528); Blue value is 201 (78.91% from 255 or 38.07% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E067C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E067C9 is #1F9836. Grayscale: #969696. Windows color (decimal): -2070583 or 13199328. OLE color: 13199328.

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

Color convert

RGB224103201-
CMYK00.540.100.12
HSL311.4º66.12%64.12%-
HSV(B)311.4º54.02%87.84%-
XYZ46.1329.7658.57-
YUV150.35156.59180.53-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.42%
GREEN value IS 103 (40.62% from 255) = 19.51%
BLUE value IS 201 (78.91% from 255) = 38.07%
R=42.42%
G=19.51%
B=38.07%

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
Decimal22410320100.540.100.12311.466.1264.12
HexE067C9036AC1374240
Octal3401473110661214467102100
Binary1110000011001111100100101101101010110010011011110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E067C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E067C9; }

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

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

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

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

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

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

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

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