#D978DF

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

Shades of Orchid #D978DF

Tints of Orchid #D978DF

Color information

#D978DF (or 0xD978DF) is unknown color: approx Orchid. HEX triplet: D9, 78 and DF. RGB value is (217,120,223). Sum of RGB (Red+Green+Blue) = 217+120+223=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 120 (47.27% from 255 or 21.43% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 223 - color contains mainly: blue. Hex color #D978DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D978DF is #268720. Grayscale: #A0A0A0. Windows color (decimal): -2524961 or 14645465. OLE color: 14645465.

HSL color Cylindrical-coordinate representation of color #D978DF: hue angle of 296.5º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D978DF is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB217120223-
CMYK0.030.4600.13
HSL296.5º61.68%67.25%-
HSV(B)296.5º46.19%87.45%-
XYZ48.6533.5173.72-
YUV160.74163.14168.12-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.75%
GREEN value IS 120 (47.27% from 255) = 21.43%
BLUE value IS 223 (87.5% from 255) = 39.82%
R=38.75%
G=21.43%
B=39.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171202230.030.4600.13296.561.6867.25
HexD978DF32E0D1293e43
Octal33117033735601545176103
Binary1101100111110001101111111101110011011001010011111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D978DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D978DF; }

 p { color: rgb(217,120,223); }

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

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

 a { background-color: rgb(217,120,223); }

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

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

 span { border-color: rgb(217,120,223); }

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