#D681D7

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

Shades of Orchid #D681D7

Tints of Orchid #D681D7

Color information

#D681D7 (or 0xD681D7) is unknown color: approx Orchid. HEX triplet: D6, 81 and D7. RGB value is (214,129,215). Sum of RGB (Red+Green+Blue) = 214+129+215=558 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.35% from 558); Green value is 129 (50.78% from 255 or 23.12% from 558); Blue value is 215 (84.38% from 255 or 38.53% from 558); Max value from RGB is 215 - color contains mainly: blue. Hex color #D681D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D681D7 is #297E28. Grayscale: #A3A3A3. Windows color (decimal): -2719273 or 14123478. OLE color: 14123478.

HSL color Cylindrical-coordinate representation of color #D681D7: hue angle of 299.3º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D681D7 is Cyan = 0.00, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB214129215-
CMYK0.000.400.16
HSL299.3º51.81%67.45%-
HSV(B)299.3º40%84.31%-
XYZ47.8534.968.51-
YUV164.22156.66163.51-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.35%
GREEN value IS 129 (50.78% from 255) = 23.12%
BLUE value IS 215 (84.38% from 255) = 38.53%
R=38.35%
G=23.12%
B=38.53%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141292150.000.400.16299.351.8167.45
HexD681D702801012b3443
Octal32620132705002045364103
Binary11010110100000011101011101010000100001001010111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D681D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D681D7; }

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

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

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

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

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

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

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

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