#D977E1

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

Shades of Orchid #D977E1

Tints of Orchid #D977E1

Color information

#D977E1 (or 0xD977E1) is unknown color: approx Orchid. HEX triplet: D9, 77 and E1. RGB value is (217,119,225). Sum of RGB (Red+Green+Blue) = 217+119+225=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 119 (46.88% from 255 or 21.21% from 561); Blue value is 225 (88.28% from 255 or 40.11% from 561); Max value from RGB is 225 - color contains mainly: blue. Hex color #D977E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D977E1 is #26881E. Grayscale: #A0A0A0. Windows color (decimal): -2525215 or 14776281. OLE color: 14776281.

HSL color Cylindrical-coordinate representation of color #D977E1: hue angle of 295.47º degrees, saturation: 0.64, 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 #D977E1 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB217119225-
CMYK0.040.4700.12
HSL295.47º63.86%67.45%-
HSV(B)295.47º47.11%88.24%-
XYZ48.833.3875.11-
YUV160.39164.47168.38-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.68%
GREEN value IS 119 (46.88% from 255) = 21.21%
BLUE value IS 225 (88.28% from 255) = 40.11%
R=38.68%
G=21.21%
B=40.11%

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
Decimal2171192250.040.4700.12295.4763.8667.45
HexD977E142F0C1274043
Octal331167341457014447100103
Binary110110011110111111000011001011110110010010011110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D977E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D977E1; }

 p { color: rgb(217,119,225); }

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

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

 a { background-color: rgb(217,119,225); }

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

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

 span { border-color: rgb(217,119,225); }

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