#D981C2

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

Shades of Orchid #D981C2

Tints of Orchid #D981C2

Color information

#D981C2 (or 0xD981C2) is unknown color: approx Orchid. HEX triplet: D9, 81 and C2. RGB value is (217,129,194). Sum of RGB (Red+Green+Blue) = 217+129+194=540 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.19% from 540); Green value is 129 (50.78% from 255 or 23.89% from 540); Blue value is 194 (76.17% from 255 or 35.93% from 540); Max value from RGB is 217 - color contains mainly: red. Hex color #D981C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D981C2 is #267E3D. Grayscale: #A2A2A2. Windows color (decimal): -2522686 or 12747225. OLE color: 12747225.

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

Color convert

RGB217129194-
CMYK00.410.110.15
HSL315.68º53.66%67.84%-
HSV(B)315.68º40.55%85.1%-
XYZ46.234.3555.23-
YUV162.72145.65166.71-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.19%
GREEN value IS 129 (50.78% from 255) = 23.89%
BLUE value IS 194 (76.17% from 255) = 35.93%
R=40.19%
G=23.89%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712919400.410.110.15315.6853.6667.84
HexD981C2029BF13c3644
Octal331201302051131747466104
Binary1101100110000001110000100101001101111111001111001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D981C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D981C2; }

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

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

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

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

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

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

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

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