#D978CA

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

Shades of Orchid #D978CA

Tints of Orchid #D978CA

Color information

#D978CA (or 0xD978CA) is unknown color: approx Orchid. HEX triplet: D9, 78 and CA. RGB value is (217,120,202). Sum of RGB (Red+Green+Blue) = 217+120+202=539 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.26% from 539); Green value is 120 (47.27% from 255 or 22.26% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 217 - color contains mainly: red. Hex color #D978CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D978CA is #268735. Grayscale: #9E9E9E. Windows color (decimal): -2524982 or 13269209. OLE color: 13269209.

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

Color convert

RGB217120202-
CMYK00.450.070.15
HSL309.28º56.07%66.08%-
HSV(B)309.28º44.7%85.1%-
XYZ45.9932.4559.72-
YUV158.35152.64169.83-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.26%
GREEN value IS 120 (47.27% from 255) = 22.26%
BLUE value IS 202 (79.30% from 255) = 37.48%
R=40.26%
G=22.26%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712020200.450.070.15309.2856.0766.08
HexD978CA02D7F1353842
Octal33117031205571746570102
Binary11011001111100011001010010110111111111001101011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D978CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D978CA; }

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

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

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

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

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

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

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

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