#D980DA

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

Shades of Orchid #D980DA

Tints of Orchid #D980DA

Color information

#D980DA (or 0xD980DA) is unknown color: approx Orchid. HEX triplet: D9, 80 and DA. RGB value is (217,128,218). Sum of RGB (Red+Green+Blue) = 217+128+218=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 128 (50.39% from 255 or 22.74% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 218 - color contains mainly: blue. Hex color #D980DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D980DA is #267F25. Grayscale: #A4A4A4. Windows color (decimal): -2522918 or 14319833. OLE color: 14319833.

HSL color Cylindrical-coordinate representation of color #D980DA: hue angle of 299.33º degrees, saturation: 0.55, 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 #D980DA is Cyan = 0.00, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB217128218-
CMYK0.000.4100.15
HSL299.33º54.88%67.84%-
HSV(B)299.33º41.28%85.49%-
XYZ48.9935.2570.55-
YUV164.87157.99165.18-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.54%
GREEN value IS 128 (50.39% from 255) = 22.74%
BLUE value IS 218 (85.55% from 255) = 38.72%
R=38.54%
G=22.74%
B=38.72%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171282180.000.4100.15299.3354.8867.84
HexD980DA0290F12b3744
Octal33120033205101745367104
Binary1101100110000000110110100101001011111001010111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D980DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D980DA; }

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

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

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

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

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

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

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

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