#D982D4

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

Shades of Orchid #D982D4

Tints of Orchid #D982D4

Color information

#D982D4 (or 0xD982D4) is unknown color: approx Orchid. HEX triplet: D9, 82 and D4. RGB value is (217,130,212). Sum of RGB (Red+Green+Blue) = 217+130+212=559 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.82% from 559); Green value is 130 (51.17% from 255 or 23.26% from 559); Blue value is 212 (83.20% from 255 or 37.92% from 559); Max value from RGB is 217 - color contains mainly: red. Hex color #D982D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D982D4 is #267D2B. Grayscale: #A5A5A5. Windows color (decimal): -2522412 or 13927129. OLE color: 13927129.

HSL color Cylindrical-coordinate representation of color #D982D4: hue angle of 303.45º degrees, saturation: 0.53, 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 #D982D4 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB217130212-
CMYK00.400.020.15
HSL303.45º53.37%68.04%-
HSV(B)303.45º40.09%85.1%-
XYZ48.4835.4766.58-
YUV165.36154.32164.83-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.82%
GREEN value IS 130 (51.17% from 255) = 23.26%
BLUE value IS 212 (83.20% from 255) = 37.92%
R=38.82%
G=23.26%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713021200.400.020.15303.4553.3768.04
HexD982D40282F12f3544
Octal33120232405021745765104
Binary11011001100000101101010001010001011111001011111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D982D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D982D4; }

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

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

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

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

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

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

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

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