#E67CD6

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

Shades of Orchid #E67CD6

Tints of Orchid #E67CD6

Color information

#E67CD6 (or 0xE67CD6) is unknown color: approx Orchid. HEX triplet: E6, 7C and D6. RGB value is (230,124,214). Sum of RGB (Red+Green+Blue) = 230+124+214=568 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.49% from 568); Green value is 124 (48.83% from 255 or 21.83% from 568); Blue value is 214 (83.98% from 255 or 37.68% from 568); Max value from RGB is 230 - color contains mainly: red. Hex color #E67CD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67CD6 is #198329. Grayscale: #A5A5A5. Windows color (decimal): -1671978 or 14056678. OLE color: 14056678.

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

Color convert

RGB230124214-
CMYK00.460.070.10
HSL309.06º67.95%69.41%-
HSV(B)309.06º46.09%90.2%-
XYZ51.9836.0967.85-
YUV165.95155.12173.68-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.49%
GREEN value IS 124 (48.83% from 255) = 21.83%
BLUE value IS 214 (83.98% from 255) = 37.68%
R=40.49%
G=21.83%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012421400.460.070.10309.0667.9569.41
HexE67CD602E7A1354445
Octal346174326056712465104105
Binary111001101111100110101100101110111101010011010110001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67CD6; }

 p { color: rgb(230,124,214); }

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

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

 a { background-color: rgb(230,124,214); }

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

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

 span { border-color: rgb(230,124,214); }

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