#D681D9

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

Shades of Orchid #D681D9

Tints of Orchid #D681D9

Color information

#D681D9 (or 0xD681D9) is unknown color: approx Orchid. HEX triplet: D6, 81 and D9. RGB value is (214,129,217). Sum of RGB (Red+Green+Blue) = 214+129+217=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 129 (50.78% from 255 or 23.04% from 560); Blue value is 217 (85.16% from 255 or 38.75% from 560); Max value from RGB is 217 - color contains mainly: blue. Hex color #D681D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D681D9 is #297E26. Grayscale: #A4A4A4. Windows color (decimal): -2719271 or 14254550. OLE color: 14254550.

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

Color convert

RGB214129217-
CMYK0.010.4100.15
HSL297.95º53.66%67.84%-
HSV(B)297.95º40.55%85.1%-
XYZ48.1135.0169.87-
YUV164.45157.66163.34-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.21%
GREEN value IS 129 (50.78% from 255) = 23.04%
BLUE value IS 217 (85.16% from 255) = 38.75%
R=38.21%
G=23.04%
B=38.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2141292170.010.4100.15297.9553.6667.84
HexD681D91290F12a3644
Octal32620133115101745266104
Binary1101011010000001110110011101001011111001010101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D681D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D681D9; }

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

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

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

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

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

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

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

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