#D77ECE

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

Shades of Orchid #D77ECE

Tints of Orchid #D77ECE

Color information

#D77ECE (or 0xD77ECE) is unknown color: approx Orchid. HEX triplet: D7, 7E and CE. RGB value is (215,126,206). Sum of RGB (Red+Green+Blue) = 215+126+206=547 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.31% from 547); Green value is 126 (49.61% from 255 or 23.03% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 215 - color contains mainly: red. Hex color #D77ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77ECE is #288131. Grayscale: #A1A1A1. Windows color (decimal): -2654514 or 13532887. OLE color: 13532887.

HSL color Cylindrical-coordinate representation of color #D77ECE: hue angle of 306.07º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D77ECE is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB215126206-
CMYK00.410.040.16
HSL306.07º52.66%66.86%-
HSV(B)306.07º41.4%84.31%-
XYZ46.6333.8362.46-
YUV161.73152.99166-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.31%
GREEN value IS 126 (49.61% from 255) = 23.03%
BLUE value IS 206 (80.86% from 255) = 37.66%
R=39.31%
G=23.03%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512620600.410.040.16306.0752.6666.86
HexD77ECE0294101323543
Octal32717631605142046265103
Binary110101111111110110011100101001100100001001100101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77ECE; }

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

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

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

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

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

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

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

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