#D77AE4

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

Shades of Orchid #D77AE4

Tints of Orchid #D77AE4

Color information

#D77AE4 (or 0xD77AE4) is unknown color: approx Orchid. HEX triplet: D7, 7A and E4. RGB value is (215,122,228). Sum of RGB (Red+Green+Blue) = 215+122+228=565 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.05% from 565); Green value is 122 (48.05% from 255 or 21.59% from 565); Blue value is 228 (89.45% from 255 or 40.35% from 565); Max value from RGB is 228 - color contains mainly: blue. Hex color #D77AE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77AE4 is #28851B. Grayscale: #A1A1A1. Windows color (decimal): -2655516 or 14973655. OLE color: 14973655.

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

Color convert

RGB215122228-
CMYK0.060.4600.11
HSL292.64º66.25%68.63%-
HSV(B)292.64º46.49%89.41%-
XYZ48.9933.9777.37-
YUV161.89165.31165.88-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.05%
GREEN value IS 122 (48.05% from 255) = 21.59%
BLUE value IS 228 (89.45% from 255) = 40.35%
R=38.05%
G=21.59%
B=40.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2151222280.060.4600.11292.6466.2568.63
HexD77AE462E0B1254245
Octal327172344656013445102105
Binary110101111111010111001001101011100101110010010110000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77AE4; }

 p { color: rgb(215,122,228); }

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

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

 a { background-color: rgb(215,122,228); }

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

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

 span { border-color: rgb(215,122,228); }

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