#D981C9

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

Shades of Orchid #D981C9

Tints of Orchid #D981C9

Color information

#D981C9 (or 0xD981C9) is unknown color: approx Orchid. HEX triplet: D9, 81 and C9. RGB value is (217,129,201). Sum of RGB (Red+Green+Blue) = 217+129+201=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 129 (50.78% from 255 or 23.58% from 547); Blue value is 201 (78.91% from 255 or 36.75% from 547); Max value from RGB is 217 - color contains mainly: red. Hex color #D981C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D981C9 is #267E36. Grayscale: #A3A3A3. Windows color (decimal): -2522679 or 13205977. OLE color: 13205977.

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

Color convert

RGB217129201-
CMYK00.410.070.15
HSL310.91º53.66%67.84%-
HSV(B)310.91º40.55%85.1%-
XYZ47.0134.6759.47-
YUV163.52149.15166.15-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.67%
GREEN value IS 129 (50.78% from 255) = 23.58%
BLUE value IS 201 (78.91% from 255) = 36.75%
R=39.67%
G=23.58%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712920100.410.070.15310.9153.6667.84
HexD981C90297F1373644
Octal33120131105171746766104
Binary110110011000000111001001010100111111111001101111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D981C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D981C9; }

 p { color: rgb(217,129,201); }

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

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

 a { background-color: rgb(217,129,201); }

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

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

 span { border-color: rgb(217,129,201); }

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