#E675D9

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

Shades of Orchid #E675D9

Tints of Orchid #E675D9

Color information

#E675D9 (or 0xE675D9) is unknown color: approx Orchid. HEX triplet: E6, 75 and D9. RGB value is (230,117,217). Sum of RGB (Red+Green+Blue) = 230+117+217=564 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.78% from 564); Green value is 117 (46.09% from 255 or 20.74% from 564); Blue value is 217 (85.16% from 255 or 38.48% from 564); Max value from RGB is 230 - color contains mainly: red. Hex color #E675D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E675D9 is #198A26. Grayscale: #A1A1A1. Windows color (decimal): -1673767 or 14251494. OLE color: 14251494.

HSL color Cylindrical-coordinate representation of color #E675D9: hue angle of 306.9º 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 #E675D9 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB230117217-
CMYK00.490.060.10
HSL306.9º69.33%68.04%-
HSV(B)306.9º49.13%90.2%-
XYZ51.5234.5669.6-
YUV162.19158.94176.37-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.78%
GREEN value IS 117 (46.09% from 255) = 20.74%
BLUE value IS 217 (85.16% from 255) = 38.48%
R=40.78%
G=20.74%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011721700.490.060.10306.969.3368.04
HexE675D90316A1334544
Octal346165331061612463105104
Binary111001101110101110110010110001110101010011001110001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E675D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E675D9; }

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

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

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

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

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

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

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

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