#D979CE

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

Shades of Orchid #D979CE

Tints of Orchid #D979CE

Color information

#D979CE (or 0xD979CE) is unknown color: approx Orchid. HEX triplet: D9, 79 and CE. RGB value is (217,121,206). Sum of RGB (Red+Green+Blue) = 217+121+206=544 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.89% from 544); Green value is 121 (47.66% from 255 or 22.24% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 217 - color contains mainly: red. Hex color #D979CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D979CE is #268631. Grayscale: #9F9F9F. Windows color (decimal): -2524722 or 13531609. OLE color: 13531609.

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

Color convert

RGB217121206-
CMYK00.440.050.15
HSL306.88º55.81%66.27%-
HSV(B)306.88º44.24%85.1%-
XYZ46.5932.8862.28-
YUV159.39154.3169.09-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.89%
GREEN value IS 121 (47.66% from 255) = 22.24%
BLUE value IS 206 (80.86% from 255) = 37.87%
R=39.89%
G=22.24%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712120600.440.050.15306.8855.8166.27
HexD979CE02C5F1333842
Octal33117131605451746370102
Binary11011001111100111001110010110010111111001100111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D979CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D979CE; }

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

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

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

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

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

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

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

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