#D981C4

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

Shades of Orchid #D981C4

Tints of Orchid #D981C4

Color information

#D981C4 (or 0xD981C4) is unknown color: approx Orchid. HEX triplet: D9, 81 and C4. RGB value is (217,129,196). Sum of RGB (Red+Green+Blue) = 217+129+196=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 129 (50.78% from 255 or 23.80% from 542); Blue value is 196 (76.95% from 255 or 36.16% from 542); Max value from RGB is 217 - color contains mainly: red. Hex color #D981C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D981C4 is #267E3B. Grayscale: #A2A2A2. Windows color (decimal): -2522684 or 12878297. OLE color: 12878297.

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

Color convert

RGB217129196-
CMYK00.410.100.15
HSL314.32º53.66%67.84%-
HSV(B)314.32º40.55%85.1%-
XYZ46.4334.4456.42-
YUV162.95146.65166.55-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.04%
GREEN value IS 129 (50.78% from 255) = 23.80%
BLUE value IS 196 (76.95% from 255) = 36.16%
R=40.04%
G=23.80%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712919600.410.100.15314.3253.6667.84
HexD981C4029AF13a3644
Octal331201304051121747266104
Binary1101100110000001110001000101001101011111001110101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D981C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D981C4; }

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

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

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

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

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

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

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

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