#D979C8

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

Shades of Orchid #D979C8

Tints of Orchid #D979C8

Color information

#D979C8 (or 0xD979C8) is unknown color: approx Orchid. HEX triplet: D9, 79 and C8. RGB value is (217,121,200). Sum of RGB (Red+Green+Blue) = 217+121+200=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 121 (47.66% from 255 or 22.49% from 538); Blue value is 200 (78.52% from 255 or 37.17% from 538); Max value from RGB is 217 - color contains mainly: red. Hex color #D979C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D979C8 is #268637. Grayscale: #9E9E9E. Windows color (decimal): -2524728 or 13138393. OLE color: 13138393.

HSL color Cylindrical-coordinate representation of color #D979C8: hue angle of 310.62º 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 #D979C8 is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB217121200-
CMYK00.440.080.15
HSL310.62º55.81%66.27%-
HSV(B)310.62º44.24%85.1%-
XYZ45.8832.658.52-
YUV158.71151.3169.58-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.33%
GREEN value IS 121 (47.66% from 255) = 22.49%
BLUE value IS 200 (78.52% from 255) = 37.17%
R=40.33%
G=22.49%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712120000.440.080.15310.6255.8166.27
HexD979C802C8F1373842
Octal331171310054101746770102
Binary110110011111001110010000101100100011111001101111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D979C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D979C8; }

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

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

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

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

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

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

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

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