#D77DE3

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

Shades of Orchid #D77DE3

Tints of Orchid #D77DE3

Color information

#D77DE3 (or 0xD77DE3) is unknown color: approx Orchid. HEX triplet: D7, 7D and E3. RGB value is (215,125,227). Sum of RGB (Red+Green+Blue) = 215+125+227=567 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.92% from 567); Green value is 125 (49.22% from 255 or 22.05% from 567); Blue value is 227 (89.06% from 255 or 40.04% from 567); Max value from RGB is 227 - color contains mainly: blue. Hex color #D77DE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77DE3 is #28821C. Grayscale: #A3A3A3. Windows color (decimal): -2654749 or 14908887. OLE color: 14908887.

HSL color Cylindrical-coordinate representation of color #D77DE3: hue angle of 292.94º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D77DE3 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB215125227-
CMYK0.050.4500.11
HSL292.94º64.56%69.02%-
HSV(B)292.94º44.93%89.02%-
XYZ49.2234.6676.77-
YUV163.54163.82164.71-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.92%
GREEN value IS 125 (49.22% from 255) = 22.05%
BLUE value IS 227 (89.06% from 255) = 40.04%
R=37.92%
G=22.05%
B=40.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2151252270.050.4500.11292.9464.5669.02
HexD77DE352D0B1254145
Octal327175343555013445101105
Binary110101111111101111000111011011010101110010010110000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77DE3; }

 p { color: rgb(215,125,227); }

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

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

 a { background-color: rgb(215,125,227); }

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

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

 span { border-color: rgb(215,125,227); }

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