#D777E0

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

Shades of Orchid #D777E0

Tints of Orchid #D777E0

Color information

#D777E0 (or 0xD777E0) is unknown color: approx Orchid. HEX triplet: D7, 77 and E0. RGB value is (215,119,224). Sum of RGB (Red+Green+Blue) = 215+119+224=558 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.53% from 558); Green value is 119 (46.88% from 255 or 21.33% from 558); Blue value is 224 (87.89% from 255 or 40.14% from 558); Max value from RGB is 224 - color contains mainly: blue. Hex color #D777E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D777E0 is #28881F. Grayscale: #9F9F9F. Windows color (decimal): -2656288 or 14710743. OLE color: 14710743.

HSL color Cylindrical-coordinate representation of color #D777E0: hue angle of 294.86º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D777E0 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB215119224-
CMYK0.040.4700.12
HSL294.86º62.87%67.25%-
HSV(B)294.86º46.88%87.84%-
XYZ48.0833.0274.36-
YUV159.67164.3167.46-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.53%
GREEN value IS 119 (46.88% from 255) = 21.33%
BLUE value IS 224 (87.89% from 255) = 40.14%
R=38.53%
G=21.33%
B=40.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2151192240.040.4700.12294.8662.8767.25
HexD777E042F0C1273f43
Octal32716734045701444777103
Binary11010111111011111100000100101111011001001001111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D777E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D777E0; }

 p { color: rgb(215,119,224); }

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

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

 a { background-color: rgb(215,119,224); }

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

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

 span { border-color: rgb(215,119,224); }

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