#E67BDA

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

Shades of Orchid #E67BDA

Tints of Orchid #E67BDA

Color information

#E67BDA (or 0xE67BDA) is unknown color: approx Orchid. HEX triplet: E6, 7B and DA. RGB value is (230,123,218). Sum of RGB (Red+Green+Blue) = 230+123+218=571 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.28% from 571); Green value is 123 (48.44% from 255 or 21.54% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 230 - color contains mainly: red. Hex color #E67BDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67BDA is #198425. Grayscale: #A5A5A5. Windows color (decimal): -1672230 or 14318566. OLE color: 14318566.

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

Color convert

RGB230123218-
CMYK00.470.050.10
HSL306.73º68.15%69.22%-
HSV(B)306.73º46.52%90.2%-
XYZ52.3736.0570.53-
YUV165.82157.45173.78-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.28%
GREEN value IS 123 (48.44% from 255) = 21.54%
BLUE value IS 218 (85.55% from 255) = 38.18%
R=40.28%
G=21.54%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012321800.470.050.10306.7368.1569.22
HexE67BDA02F5A1334445
Octal346173332057512463104105
Binary111001101111011110110100101111101101010011001110001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67BDA; }

 p { color: rgb(230,123,218); }

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

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

 a { background-color: rgb(230,123,218); }

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

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

 span { border-color: rgb(230,123,218); }

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