#E284CC

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

Shades of Orchid #E284CC

Tints of Orchid #E284CC

Color information

#E284CC (or 0xE284CC) is unknown color: approx Orchid. HEX triplet: E2, 84 and CC. RGB value is (226,132,204). Sum of RGB (Red+Green+Blue) = 226+132+204=562 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.21% from 562); Green value is 132 (51.95% from 255 or 23.49% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 226 - color contains mainly: red. Hex color #E284CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E284CC is #1D7B33. Grayscale: #A8A8A8. Windows color (decimal): -1932084 or 13403362. OLE color: 13403362.

HSL color Cylindrical-coordinate representation of color #E284CC: hue angle of 314.04º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E284CC is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB226132204-
CMYK00.420.100.11
HSL314.04º61.84%70.2%-
HSV(B)314.04º41.59%88.63%-
XYZ50.5137.0361.61-
YUV168.31148.14169.15-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.21%
GREEN value IS 132 (51.95% from 255) = 23.49%
BLUE value IS 204 (80.08% from 255) = 36.30%
R=40.21%
G=23.49%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613220400.420.100.11314.0461.8470.2
HexE284CC02AAB13a3e46
Octal342204314052121347276106
Binary1110001010000100110011000101010101010111001110101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E284CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E284CC; }

 p { color: rgb(226,132,204); }

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

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

 a { background-color: rgb(226,132,204); }

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

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

 span { border-color: rgb(226,132,204); }

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