#D982C6

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

Shades of Orchid #D982C6

Tints of Orchid #D982C6

Color information

#D982C6 (or 0xD982C6) is unknown color: approx Orchid. HEX triplet: D9, 82 and C6. RGB value is (217,130,198). Sum of RGB (Red+Green+Blue) = 217+130+198=545 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.82% from 545); Green value is 130 (51.17% from 255 or 23.85% from 545); Blue value is 198 (77.73% from 255 or 36.33% from 545); Max value from RGB is 217 - color contains mainly: red. Hex color #D982C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D982C6 is #267D39. Grayscale: #A3A3A3. Windows color (decimal): -2522426 or 13009625. OLE color: 13009625.

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

Color convert

RGB217130198-
CMYK00.400.090.15
HSL313.1º53.37%68.04%-
HSV(B)313.1º40.09%85.1%-
XYZ46.7934.7957.68-
YUV163.76147.32165.97-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.82%
GREEN value IS 130 (51.17% from 255) = 23.85%
BLUE value IS 198 (77.73% from 255) = 36.33%
R=39.82%
G=23.85%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713019800.400.090.15313.153.3768.04
HexD982C60289F1393544
Octal331202306050111747165104
Binary1101100110000010110001100101000100111111001110011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D982C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D982C6; }

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

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

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

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

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

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

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

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