#D981D4

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

Shades of Orchid #D981D4

Tints of Orchid #D981D4

Color information

#D981D4 (or 0xD981D4) is unknown color: approx Orchid. HEX triplet: D9, 81 and D4. RGB value is (217,129,212). Sum of RGB (Red+Green+Blue) = 217+129+212=558 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.89% from 558); Green value is 129 (50.78% from 255 or 23.12% from 558); Blue value is 212 (83.20% from 255 or 37.99% from 558); Max value from RGB is 217 - color contains mainly: red. Hex color #D981D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D981D4 is #267E2B. Grayscale: #A4A4A4. Windows color (decimal): -2522668 or 13926873. OLE color: 13926873.

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

Color convert

RGB217129212-
CMYK00.410.020.15
HSL303.41º53.66%67.84%-
HSV(B)303.41º40.55%85.1%-
XYZ48.3535.2166.53-
YUV164.77154.65165.25-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.89%
GREEN value IS 129 (50.78% from 255) = 23.12%
BLUE value IS 212 (83.20% from 255) = 37.99%
R=38.89%
G=23.12%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712921200.410.020.15303.4153.6667.84
HexD981D40292F12f3644
Octal33120132405121745766104
Binary11011001100000011101010001010011011111001011111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D981D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D981D4; }

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

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

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

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

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

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

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

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