#E372CF

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

Shades of Orchid #E372CF

Tints of Orchid #E372CF

Color information

#E372CF (or 0xE372CF) is unknown color: approx Orchid. HEX triplet: E3, 72 and CF. RGB value is (227,114,207). Sum of RGB (Red+Green+Blue) = 227+114+207=548 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.42% from 548); Green value is 114 (44.92% from 255 or 20.80% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 227 - color contains mainly: red. Hex color #E372CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E372CF is #1C8D30. Grayscale: #9E9E9E. Windows color (decimal): -1871153 or 13595363. OLE color: 13595363.

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

Color convert

RGB227114207-
CMYK00.500.090.11
HSL310.62º66.86%66.86%-
HSV(B)310.62º49.78%89.02%-
XYZ48.9632.8762.8-
YUV158.39155.44176.94-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.42%
GREEN value IS 114 (44.92% from 255) = 20.80%
BLUE value IS 207 (81.25% from 255) = 37.77%
R=41.42%
G=20.80%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22711420700.500.090.11310.6266.8666.86
HexE372CF0329B1374343
Octal3431623170621113467103103
Binary1110001111100101100111101100101001101110011011110000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E372CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E372CF; }

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

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

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

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

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

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

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

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