#D980C7

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

Shades of Orchid #D980C7

Tints of Orchid #D980C7

Color information

#D980C7 (or 0xD980C7) is unknown color: approx Orchid. HEX triplet: D9, 80 and C7. RGB value is (217,128,199). Sum of RGB (Red+Green+Blue) = 217+128+199=544 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.89% from 544); Green value is 128 (50.39% from 255 or 23.53% from 544); Blue value is 199 (78.12% from 255 or 36.58% from 544); Max value from RGB is 217 - color contains mainly: red. Hex color #D980C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D980C7 is #267F38. Grayscale: #A2A2A2. Windows color (decimal): -2522937 or 13074649. OLE color: 13074649.

HSL color Cylindrical-coordinate representation of color #D980C7: hue angle of 312.13º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D980C7 is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB217128199-
CMYK00.410.080.15
HSL312.13º53.94%67.65%-
HSV(B)312.13º41.01%85.1%-
XYZ46.6434.3158.2-
YUV162.71148.49166.73-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.89%
GREEN value IS 128 (50.39% from 255) = 23.53%
BLUE value IS 199 (78.12% from 255) = 36.58%
R=39.89%
G=23.53%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712819900.410.080.15312.1353.9467.65
HexD980C70298F1383644
Octal331200307051101747066104
Binary1101100110000000110001110101001100011111001110001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D980C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D980C7; }

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

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

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

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

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

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

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

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