#E675D3

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

Shades of Orchid #E675D3

Tints of Orchid #E675D3

Color information

#E675D3 (or 0xE675D3) is unknown color: approx Orchid. HEX triplet: E6, 75 and D3. RGB value is (230,117,211). Sum of RGB (Red+Green+Blue) = 230+117+211=558 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.22% from 558); Green value is 117 (46.09% from 255 or 20.97% from 558); Blue value is 211 (82.81% from 255 or 37.81% from 558); Max value from RGB is 230 - color contains mainly: red. Hex color #E675D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E675D3 is #198A2C. Grayscale: #A1A1A1. Windows color (decimal): -1673773 or 13858278. OLE color: 13858278.

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

Color convert

RGB230117211-
CMYK00.490.080.10
HSL310.09º69.33%68.04%-
HSV(B)310.09º49.13%90.2%-
XYZ50.7534.2565.56-
YUV161.5155.94176.86-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.22%
GREEN value IS 117 (46.09% from 255) = 20.97%
BLUE value IS 211 (82.81% from 255) = 37.81%
R=41.22%
G=20.97%
B=37.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.08
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011721100.490.080.10310.0969.3368.04
HexE675D30318A1364544
Octal3461653230611012466105104
Binary1110011011101011101001101100011000101010011011010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E675D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E675D3; }

 p { color: rgb(230,117,211); }

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

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

 a { background-color: rgb(230,117,211); }

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

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

 span { border-color: rgb(230,117,211); }

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