#E677CC

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

Shades of Orchid #E677CC

Tints of Orchid #E677CC

Color information

#E677CC (or 0xE677CC) is unknown color: approx Orchid. HEX triplet: E6, 77 and CC. RGB value is (230,119,204). Sum of RGB (Red+Green+Blue) = 230+119+204=553 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.59% from 553); Green value is 119 (46.88% from 255 or 21.52% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 230 - color contains mainly: red. Hex color #E677CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E677CC is #198833. Grayscale: #A1A1A1. Windows color (decimal): -1673268 or 13400038. OLE color: 13400038.

HSL color Cylindrical-coordinate representation of color #E677CC: hue angle of 314.05º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E677CC is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB230119204-
CMYK00.480.110.10
HSL314.05º68.94%68.43%-
HSV(B)314.05º48.26%90.2%-
XYZ50.1334.3861.12-
YUV161.88151.77176.59-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.59%
GREEN value IS 119 (46.88% from 255) = 21.52%
BLUE value IS 204 (80.08% from 255) = 36.89%
R=41.59%
G=21.52%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011920400.480.110.10314.0568.9468.43
HexE677CC030BA13a4544
Octal3461673140601312472105104
Binary1110011011101111100110001100001011101010011101010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E677CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E677CC; }

 p { color: rgb(230,119,204); }

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

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

 a { background-color: rgb(230,119,204); }

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

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

 span { border-color: rgb(230,119,204); }

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