#D681D0

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

Shades of Orchid #D681D0

Tints of Orchid #D681D0

Color information

#D681D0 (or 0xD681D0) is unknown color: approx Orchid. HEX triplet: D6, 81 and D0. RGB value is (214,129,208). Sum of RGB (Red+Green+Blue) = 214+129+208=551 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.84% from 551); Green value is 129 (50.78% from 255 or 23.41% from 551); Blue value is 208 (81.64% from 255 or 37.75% from 551); Max value from RGB is 214 - color contains mainly: red. Hex color #D681D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D681D0 is #297E2F. Grayscale: #A3A3A3. Windows color (decimal): -2719280 or 13664726. OLE color: 13664726.

HSL color Cylindrical-coordinate representation of color #D681D0: hue angle of 304.24º degrees, saturation: 0.51, 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 #D681D0 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB214129208-
CMYK00.400.030.16
HSL304.24º50.9%67.25%-
HSV(B)304.24º39.72%83.92%-
XYZ46.9734.5563.87-
YUV163.42153.16164.08-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.84%
GREEN value IS 129 (50.78% from 255) = 23.41%
BLUE value IS 208 (81.64% from 255) = 37.75%
R=38.84%
G=23.41%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412920800.400.030.16304.2450.967.25
HexD681D00283101303343
Octal32620132005032046063103
Binary110101101000000111010000010100011100001001100001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D681D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D681D0; }

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

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

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

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

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

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

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

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