#E67DD2

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

Shades of Orchid #E67DD2

Tints of Orchid #E67DD2

Color information

#E67DD2 (or 0xE67DD2) is unknown color: approx Orchid. HEX triplet: E6, 7D and D2. RGB value is (230,125,210). Sum of RGB (Red+Green+Blue) = 230+125+210=565 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.71% from 565); Green value is 125 (49.22% from 255 or 22.12% from 565); Blue value is 210 (82.42% from 255 or 37.17% from 565); Max value from RGB is 230 - color contains mainly: red. Hex color #E67DD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67DD2 is #19822D. Grayscale: #A5A5A5. Windows color (decimal): -1671726 or 13794790. OLE color: 13794790.

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

Color convert

RGB230125210-
CMYK00.460.090.10
HSL311.43º67.74%69.61%-
HSV(B)311.43º45.65%90.2%-
XYZ51.636.1465.23-
YUV166.08152.79173.59-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.71%
GREEN value IS 125 (49.22% from 255) = 22.12%
BLUE value IS 210 (82.42% from 255) = 37.17%
R=40.71%
G=22.12%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012521000.460.090.10311.4367.7469.61
HexE67DD202E9A1374446
Octal3461753220561112467104106
Binary1110011011111011101001001011101001101010011011110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67DD2; }

 p { color: rgb(230,125,210); }

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

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

 a { background-color: rgb(230,125,210); }

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

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

 span { border-color: rgb(230,125,210); }

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