#E369CF

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

Shades of Orchid #E369CF

Tints of Orchid #E369CF

Color information

#E369CF (or 0xE369CF) is unknown color: approx Orchid. HEX triplet: E3, 69 and CF. RGB value is (227,105,207). Sum of RGB (Red+Green+Blue) = 227+105+207=539 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.12% from 539); Green value is 105 (41.41% from 255 or 19.48% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 227 - color contains mainly: red. Hex color #E369CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E369CF is #1C9630. Grayscale: #989898. Windows color (decimal): -1873457 or 13593059. OLE color: 13593059.

HSL color Cylindrical-coordinate representation of color #E369CF: hue angle of 309.84º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E369CF is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB227105207-
CMYK00.540.090.11
HSL309.84º68.54%65.1%-
HSV(B)309.84º53.74%89.02%-
XYZ47.9930.9462.47-
YUV153.11158.42180.71-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.12%
GREEN value IS 105 (41.41% from 255) = 19.48%
BLUE value IS 207 (81.25% from 255) = 38.40%
R=42.12%
G=19.48%
B=38.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22710520700.540.090.11309.8468.5465.1
HexE369CF0369B1364541
Octal3431513170661113466105101
Binary1110001111010011100111101101101001101110011011010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E369CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E369CF; }

 p { color: rgb(227,105,207); }

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

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

 a { background-color: rgb(227,105,207); }

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

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

 span { border-color: rgb(227,105,207); }

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