#D982DA

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

Shades of Orchid #D982DA

Tints of Orchid #D982DA

Color information

#D982DA (or 0xD982DA) is unknown color: approx Orchid. HEX triplet: D9, 82 and DA. RGB value is (217,130,218). Sum of RGB (Red+Green+Blue) = 217+130+218=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 130 (51.17% from 255 or 23.01% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 218 - color contains mainly: blue. Hex color #D982DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D982DA is #267D25. Grayscale: #A5A5A5. Windows color (decimal): -2522406 or 14320345. OLE color: 14320345.

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

Color convert

RGB217130218-
CMYK0.000.4000.15
HSL299.32º54.32%68.24%-
HSV(B)299.32º40.37%85.49%-
XYZ49.2535.7870.64-
YUV166.04157.32164.34-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.41%
GREEN value IS 130 (51.17% from 255) = 23.01%
BLUE value IS 218 (85.55% from 255) = 38.58%
R=38.41%
G=23.01%
B=38.58%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171302180.000.4000.15299.3254.3268.24
HexD982DA0280F12b3644
Octal33120233205001745366104
Binary1101100110000010110110100101000011111001010111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D982DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D982DA; }

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

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

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

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

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

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

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

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