#D979D4

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

Shades of Orchid #D979D4

Tints of Orchid #D979D4

Color information

#D979D4 (or 0xD979D4) is unknown color: approx Orchid. HEX triplet: D9, 79 and D4. RGB value is (217,121,212). Sum of RGB (Red+Green+Blue) = 217+121+212=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 121 (47.66% from 255 or 22% from 550); Blue value is 212 (83.20% from 255 or 38.55% from 550); Max value from RGB is 217 - color contains mainly: red. Hex color #D979D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D979D4 is #26862B. Grayscale: #9F9F9F. Windows color (decimal): -2524716 or 13924825. OLE color: 13924825.

HSL color Cylindrical-coordinate representation of color #D979D4: hue angle of 303.12º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D979D4 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB217121212-
CMYK00.440.020.15
HSL303.12º55.81%66.27%-
HSV(B)303.12º44.24%85.1%-
XYZ47.3433.1866.2-
YUV160.08157.3168.6-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.45%
GREEN value IS 121 (47.66% from 255) = 22%
BLUE value IS 212 (83.20% from 255) = 38.55%
R=39.45%
G=22%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712121200.440.020.15303.1255.8166.27
HexD979D402C2F12f3842
Octal33117132405421745770102
Binary1101100111110011101010001011001011111001011111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D979D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D979D4; }

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

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

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

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

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

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

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

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