#D77EE6

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

Shades of Orchid #D77EE6

Tints of Orchid #D77EE6

Color information

#D77EE6 (or 0xD77EE6) is unknown color: approx Orchid. HEX triplet: D7, 7E and E6. RGB value is (215,126,230). Sum of RGB (Red+Green+Blue) = 215+126+230=571 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.65% from 571); Green value is 126 (49.61% from 255 or 22.07% from 571); Blue value is 230 (90.23% from 255 or 40.28% from 571); Max value from RGB is 230 - color contains mainly: blue. Hex color #D77EE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77EE6 is #288119. Grayscale: #A4A4A4. Windows color (decimal): -2654490 or 15105751. OLE color: 15105751.

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

Color convert

RGB215126230-
CMYK0.070.4500.10
HSL291.35º67.53%69.8%-
HSV(B)291.35º45.22%90.2%-
XYZ49.7735.0879.01-
YUV164.47164.99164.04-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.65%
GREEN value IS 126 (49.61% from 255) = 22.07%
BLUE value IS 230 (90.23% from 255) = 40.28%
R=37.65%
G=22.07%
B=40.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2151262300.070.4500.10291.3567.5369.8
HexD77EE672D0A1234446
Octal327176346755012443104106
Binary110101111111110111001101111011010101010010001110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77EE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77EE6; }

 p { color: rgb(215,126,230); }

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

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

 a { background-color: rgb(215,126,230); }

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

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

 span { border-color: rgb(215,126,230); }

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