#D980DF

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

Shades of Orchid #D980DF

Tints of Orchid #D980DF

Color information

#D980DF (or 0xD980DF) is unknown color: approx Orchid. HEX triplet: D9, 80 and DF. RGB value is (217,128,223). Sum of RGB (Red+Green+Blue) = 217+128+223=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 128 (50.39% from 255 or 22.54% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 223 - color contains mainly: blue. Hex color #D980DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D980DF is #267F20. Grayscale: #A5A5A5. Windows color (decimal): -2522913 or 14647513. OLE color: 14647513.

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

Color convert

RGB217128223-
CMYK0.030.4300.13
HSL296.21º59.75%68.82%-
HSV(B)296.21º42.6%87.45%-
XYZ49.6535.5274.05-
YUV165.44160.49164.78-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.20%
GREEN value IS 128 (50.39% from 255) = 22.54%
BLUE value IS 223 (87.5% from 255) = 39.26%
R=38.20%
G=22.54%
B=39.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171282230.030.4300.13296.2159.7568.82
HexD980DF32B0D1283c45
Octal33120033735301545074105
Binary11011001100000001101111111101011011011001010001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D980DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D980DF; }

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

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

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

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

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

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

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

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