#E675D4

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

Shades of Orchid #E675D4

Tints of Orchid #E675D4

Color information

#E675D4 (or 0xE675D4) is unknown color: approx Orchid. HEX triplet: E6, 75 and D4. RGB value is (230,117,212). Sum of RGB (Red+Green+Blue) = 230+117+212=559 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.14% from 559); Green value is 117 (46.09% from 255 or 20.93% from 559); Blue value is 212 (83.20% from 255 or 37.92% from 559); Max value from RGB is 230 - color contains mainly: red. Hex color #E675D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E675D4 is #198A2B. Grayscale: #A1A1A1. Windows color (decimal): -1673772 or 13923814. OLE color: 13923814.

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

Color convert

RGB230117212-
CMYK00.490.080.10
HSL309.56º69.33%68.04%-
HSV(B)309.56º49.13%90.2%-
XYZ50.8834.366.23-
YUV161.62156.44176.78-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.14%
GREEN value IS 117 (46.09% from 255) = 20.93%
BLUE value IS 212 (83.20% from 255) = 37.92%
R=41.14%
G=20.93%
B=37.92%

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
Decimal23011721200.490.080.10309.5669.3368.04
HexE675D40318A1364544
Octal3461653240611012466105104
Binary1110011011101011101010001100011000101010011011010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E675D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E675D4; }

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

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

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

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

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

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

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

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