#D681BE

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

Shades of Orchid #D681BE

Tints of Orchid #D681BE

Color information

#D681BE (or 0xD681BE) is unknown color: approx Orchid. HEX triplet: D6, 81 and BE. RGB value is (214,129,190). Sum of RGB (Red+Green+Blue) = 214+129+190=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 129 (50.78% from 255 or 24.20% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 214 - color contains mainly: red. Hex color #D681BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D681BE is #297E41. Grayscale: #A1A1A1. Windows color (decimal): -2719298 or 12485078. OLE color: 12485078.

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

Color convert

RGB214129190-
CMYK00.400.110.16
HSL316.94º50.9%67.25%-
HSV(B)316.94º39.72%83.92%-
XYZ44.8833.7152.86-
YUV161.37144.16165.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.15%
GREEN value IS 129 (50.78% from 255) = 24.20%
BLUE value IS 190 (74.61% from 255) = 35.65%
R=40.15%
G=24.20%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412919000.400.110.16316.9450.967.25
HexD681BE028B1013d3343
Octal326201276050132047563103
Binary11010110100000011011111001010001011100001001111011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D681BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D681BE; }

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

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

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

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

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

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

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

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