#D979E4

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

Shades of Orchid #D979E4

Tints of Orchid #D979E4

Color information

#D979E4 (or 0xD979E4) is unknown color: approx Orchid. HEX triplet: D9, 79 and E4. RGB value is (217,121,228). Sum of RGB (Red+Green+Blue) = 217+121+228=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 121 (47.66% from 255 or 21.38% from 566); Blue value is 228 (89.45% from 255 or 40.28% from 566); Max value from RGB is 228 - color contains mainly: blue. Hex color #D979E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D979E4 is #26861B. Grayscale: #A1A1A1. Windows color (decimal): -2524700 or 14973401. OLE color: 14973401.

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

Color convert

RGB217121228-
CMYK0.050.4700.11
HSL293.83º66.46%68.43%-
HSV(B)293.83º46.93%89.41%-
XYZ49.4634.0377.36-
YUV161.9165.3167.3-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.34%
GREEN value IS 121 (47.66% from 255) = 21.38%
BLUE value IS 228 (89.45% from 255) = 40.28%
R=38.34%
G=21.38%
B=40.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2171212280.050.4700.11293.8366.4668.43
HexD979E452F0B1264244
Octal331171344557013446102104
Binary110110011111001111001001011011110101110010011010000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D979E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D979E4; }

 p { color: rgb(217,121,228); }

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

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

 a { background-color: rgb(217,121,228); }

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

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

 span { border-color: rgb(217,121,228); }

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